History log of /external/webkit/Source/JavaScriptCore/wtf/Platform.h
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
16e49e63e74d9236b0d8b72846201697a8ebaedc 11-Jan-2012 Ben Murdoch <benm@google.com> Add support for HTML Media Capture "capture" attribute.

Add support in WebKit for the newly specified "capture"
attribute to be used on HTML file pickers. Maintains
support for the legacy implementation of the API
(a MIME type parameter on the 'accept' attribute) for
backwards compatibility. Note the 'capture' attribute takes
precedent over a MIME type parameter.

See http://www.w3.org/TR/html-media-capture/#captureparam
for details.

Requires changes in the framework
(I494adc1274ca21ce8fe52a6c7b6b758217927e66)

and Browser (I38dfe2df043fdba1388384dbd3b5370737eb38e5).

Bug: 5771207
Change-Id: I0a921be31fda79a43c05da4fe22d9c808d92709c
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
6bf2577653884795f04bbf9d8196ed9998896afe 25-Feb-2012 John Reck <jreck@google.com> Delete CacheBuilder

Fixed address_detector to pass CTS

Change-Id: I6e3c4146d4c03881d036be9b8d8708a8200efef8
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
058caab515a976f86e777d4bb4aa4fe7d9c0ff21 24-Feb-2012 John Reck <jreck@google.com> disable navcache

Change-Id: I5f914abfccaad06714838e0f6ac3ecef34e85f2f
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
4bcd50196a7fe4c0c909ce6a7cfac6a808336611 16-Feb-2012 Steve Block <steveblock@google.com> Drop support for Android HTTP stack

All future releases will use the Chromium HTTP stack and maintaining two HTTP
stacks adds maintenance overhead. The Chromium HTTP stack requires V8, but we
now use V8 in all build targets (b/5495373), so we can safely drop the Android
HTTP stack.

See corresponding framework change
https://android-git.corp.google.com/g/166325.

Bug: 5495616
Change-Id: I41117b6750fbc1c84cbd4a5951b0d1a457354f93
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
ceeeab6161d7d8bf970ecf98affa4f4966df6f01 06-Feb-2012 John Reck <jreck@google.com> Initial support for keyboard navigation

Bug: 6019693

Change-Id: I7b4f6d83e8913e647e8ac7340afd01d609c4343b
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
be276cc8612281d7433f591dd8bc960ff759a8b2 18-Jan-2012 John Reck <jreck@google.com> Remove ANDROID_CSS_RING

Change-Id: I7395a5f17b0ccfe8dafcc97fa3ab8897676608e9
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
a263300f202a4456570ae6e29e589b5e85309a7b 20-Dec-2011 John Reck <jreck@google.com> Initial NavCache removal

Change-Id: Id34d3be6b11c4ba77b59dd9fb01a9cc050d581f6
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
55c803ea682f7facace8e4148ad1a12063142a1c 26-Oct-2011 Steve Block <steveblock@google.com> Force LOG_ERROR() to be enabled in all builds

Also, now that LOG() no longer collides with the system logging macro, don't
force LOG() and LOG_VERBOSE() to always be disabled.

Bug: 5448972
Change-Id: I7f3691b41b5d6f419f4b44c70750489cc6c9e4ed
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
b4d8044b71fecca026f297f220ba85ef67c7e42e 14-Jun-2011 Steve Block <steveblock@google.com> Adds WebTiming IDL files to build and sets ENABLE_WEB_TIMING

Bug: 4442995
Change-Id: I9c37d7022946fd66e1ee635328182bf1456b0de7
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
d2c5226a647dc21d0c15267e09a3d19cf3e0d593 13-Jun-2011 Steve Block <steveblock@google.com> Move all ANDROID defines to wtf/Platform.h

This patch moves many defines from WebCore/config.h to keep
all of the Android defines together.

Also, WebCore/config.h should not be used by JavaScriptCore
(though currently it is on Android), whereas wtf/Platform.h
is always included.

Some Android defines in WebCore/config.h are already usptreamed,
but will be removed in https://bugs.webkit.org/show_bug.cgi?id=62602

Change-Id: Ic6d8c45f4f846a2a7a2d9766179302526c10e2af
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
bbcce278be9be6a85f47928c38a74c8d36a13a85 09-Jun-2011 Ben Murdoch <benm@google.com> Merge WebKit at r84325: Fix conflicts.

Platform.h
ENABLE_FULLSCREEN_API (http://trac.webkit.org/changeset/83997)
WTF_USE_SKIA (http://trac.webkit.org/changeset/84106)

JSNavigatorCustom.cpp
V8NavigatorCustom.cpp
ENABLE(APPLICATION_INSTALLED) (http://trac.webkit.org/changeset/83287)

CSSStyleSelector.cpp
ANDROID_CSS_RING (http://trac.webkit.org/changeset/83986)

Document.cpp
ANDROID_META_SUPPORT (http://trac.webkit.org/changeset/83349)
ANDROID_INSTRUMENT (http://trac.webkit.org/changeset/82992)

HTMLInputElement.cpp
ANDROID_ACCEPT_CHANGES_TO_FOCUSED_TEXTFIELDS (http://trac.webkit.org/changeset/82534)

RangeInputType.cpp
ENABLE(TOUCH_EVENTS) (http://trac.webkit.org/changeset/83256/)

ChromeClient.h
ANDROID_INSTALLABLE_WEB_APPS (http://trac.webkit.org/changeset/83375)

EventHandler.cpp
PLATFORM(ANDROID) (http://trac.webkit.org/changeset/83522)

Settings
ANDROID_PLUGINS (http://trac.webkit.org/changeset/83201)
ANDROID_BLOCK_NETWORK_IMAGE (http://trac.webkit.org/changeset/83628)

Gradient.cpp
Graphicscontext.cpp
HTMLCanvasElement.cpp
USE(SKIA) && !PLATFORM(ANDROID) (http://trac.webkit.org/changeset/84088)
USE(SKIA) && !PLATFORM(ANDROID) (http://trac.webkit.org/changeset/84101)

PluginView.h
ANDROID_PLUGINS (http://trac.webkit.org/changeset/84071)

RenderBox.h
ANDROID_LAYOUT (http://trac.webkit.org/changeset/82611)

RenderIframe.cpp (moved code to RenderPart.cpp)
PLATFORM(ANDROID) (http://trac.webkit.org/changeset/83518)

RenderLayer.cpp
ANDROID_OVERFLOW_SCROLL (http://trac.webkit.org/changeset/83899)

RenderLayer.h
RenderLayerBacking.cpp
ANDROID_OVERFLOW_SCROLL (http://trac.webkit.org/changeset/83820)

Change-Id: Ieabe98f4e01610b6a73e961b673e2fa99b0010e7
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
2daae5fd11344eaa88a0d92b0f6d65f8d2255c00 02-Jun-2011 Ben Murdoch <benm@google.com> Merge WebKit at r84325: Initial merge by git.

Change-Id: Ic1a909300ecc0a13ddc6b4e784371d2ac6e3d59b
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
2bde8e466a4451c7319e3a072d118917957d6554 25-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r82507: Initial merge by git

Change-Id: I60ce9d780725b58b45e54165733a8ffee23b683e
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
7fb1198349cf58688611c0b98189560871faa49f 24-May-2011 Ben Murdoch <benm@google.com> Merge WebKit at r80534: Update uses of PLATFORM(SKIA).

PLATFORM(SKIA) is replaced with USE(SKIA), see
http://trac.webkit.org/changeset/79578

Fix conflicts and update our code to reflect this.

Change-Id: Ia23956874418552eb8f107d389557a4cdcb225b6
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
81bc750723a18f21cd17d1b173cd2a4dda9cea6e 24-May-2011 Ben Murdoch <benm@google.com> Merge WebKit at r80534: Intial merge by Git

Change-Id: Ia7a83357124c9e1cdb1debf55d9661ec0bd09a61
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
d73b16bdebb9d20b17be0a30e626dc9e66b6d868 18-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r78450: Fix conflicts due to new ENABLE_WEB_ARCHIVE guard

This replaces, and therefore conflicts with, Android's existing
ENABLE_ARCHIVE guard. This change resolves the conflicts by taking the
upstream guard in WebCore, updates WebKit to use the new guard, and
enables this guard on Android.

See http://trac.webkit.org/changeset/78439

See also http://trac.webkit.org/changeset/78342 for FrameLoader.cpp

Change-Id: I28ebaf3d69ea4c352ab4cfbf91c33a8ba25f89b5
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
2fc2651226baac27029e38c9d6ef883fa32084db 18-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r78450: Initial merge by git.

Change-Id: I6d3e5f1f868ec266a0aafdef66182ddc3f265dc1
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
65f03d4f644ce73618e5f4f50dd694b26f55ae12 13-May-2011 Ben Murdoch <benm@google.com> Merge WebKit at r75993: Initial merge by git.

Change-Id: I602bbdc3974787a3b0450456a30a7868286921c3
/external/webkit/Source/JavaScriptCore/wtf/Platform.h
cad810f21b803229eb11403f9209855525a25d57 06-May-2011 Steve Block <steveblock@google.com> Merge WebKit at r75315: Initial merge by git.

Change-Id: I570314b346ce101c935ed22a626b48c2af266b84
/external/webkit/Source/JavaScriptCore/wtf/Platform.h