index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
webkit
/
glue
/
webkitclient_impl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
1
-658
/
+0
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-2
/
+2
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-2
/
+2
*
Remove ifdef for USE_MONOTONIC_CLOCK_FOR_TIMER_SCHEDULING missed in r97524.
adamk@chromium.org
2011-08-23
1
-5
/
+2
*
Add custom overhang pattern for rubber-banding.
asvitkine@chromium.org
2011-08-23
1
-0
/
+3
*
Cleanup: remove ifdefs for USE_MONOTONIC_CLOCK_FOR_TIMER_SCHEDULING.
adamk@chromium.org
2011-08-19
1
-10
/
+0
*
This is an implementation of WebThread to allow WebKit to create threads that...
nduca@chromium.org
2011-08-16
1
-0
/
+5
*
Make WebPluginInfo more generic
cpu@chromium.org
2011-08-14
1
-4
/
+4
*
Add a localizable string for the default label of <details>.
tkent@chromium.org
2011-07-21
1
-0
/
+2
*
Prepare for WebKitClient rename setSharedTimerFireTime->setSharedTimerFireInt...
jamesr@chromium.org
2011-07-15
1
-8
/
+19
*
Prepare for switching timer scheduling to monotonic time (TimeTicks)
jamesr@chromium.org
2011-07-14
1
-0
/
+6
*
Add new media resources for UI refresh.
sjl@chromium.org
2011-07-07
1
-0
/
+30
*
Restore NOTREACHED() in WebKitClientImpl::loadResource()
isherman@chromium.org
2011-07-07
1
-42
/
+48
*
Add a WebLocalizedString::FileButtonChooseMultipleFilesLabel case to ToMessag...
haraken@google.com
2011-07-02
1
-2
/
+6
*
Change a label of the HTML5 multiple file chooser to "Choose One or More Files".
haraken@google.com
2011-06-29
1
-0
/
+4
*
Implement monotonically increasing time for WebKit.
simonjam@chromium.org
2011-06-14
1
-0
/
+5
*
Made the OS_LINUX ifdefs in ui/ and webkit/ directories more cross-platform, ...
chromium@hybridsource.org
2011-05-25
1
-4
/
+0
*
Use the QuotaManager to determine the space available to WebSQLDatabases. Sin...
michaeln@google.com
2011-05-25
1
-0
/
+5
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
1
-7
/
+2
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
1
-2
/
+7
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
1
-7
/
+2
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
1
-2
/
+7
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
1
-7
/
+2
*
Move crypto_helpers from sync to crypto
qsr@google.com
2011-05-05
1
-7
/
+1
*
Revert 83584 - Adding a way to run deferred tasks in WebKit unit-tests.
jcivelli@chromium.org
2011-04-29
1
-2
/
+1
*
Adding a way to run deferred tasks in WebKit unit-tests.
jcivelli@chromium.org
2011-04-29
1
-1
/
+2
*
Replaced std::string argument storage in gpu_trace_event with faster TraceVal...
jbates@chromium.org
2011-04-22
1
-1
/
+1
*
Revert 82620 - Replaced std::string argument storage in gpu_trace_event with ...
thestig@chromium.org
2011-04-22
1
-1
/
+1
*
Replaced std::string argument storage in gpu_trace_event with faster TraceAny...
jbates@chromium.org
2011-04-22
1
-1
/
+1
*
Use lock-free lazy initialization for static histogram references
jar@chromium.org
2011-04-05
1
-6
/
+4
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Make WebKitClient::traceEvent issue GPU_TRACE_EVENTs.
nduca@chromium.org
2011-03-23
1
-1
/
+6
*
Revert 78992 - Make WebKitClient::traceEvent issue GPU_TRACE_EVENTs.
andybons@chromium.org
2011-03-22
1
-6
/
+1
*
Make WebKitClient::traceEvent issue GPU_TRACE_EVENTs.
nduca@chromium.org
2011-03-22
1
-1
/
+6
*
Implement cryptographicallyRandomValues to let WebKit have some
abarth@chromium.org
2011-02-23
1
-2
/
+14
*
Clean up webkit resources.
xiyuan@chromium.org
2011-01-24
1
-18
/
+0
*
Re-land http://codereview.chromium.org/6265009 which was reverted to try to f...
crogers@google.com
2011-01-22
1
-4
/
+64
*
Revert 72259 - Bundle audio spatialization resources for use by the web audio...
rniwa@chromium.org
2011-01-22
1
-64
/
+4
*
Bundle audio spatialization resources for use by the web audio API
crogers@google.com
2011-01-22
1
-4
/
+64
*
Remove obsolete base/lock.h and fix up callers to use the new header file and
brettw@chromium.org
2011-01-21
1
-4
/
+4
*
Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref...
abarth@chromium.org
2011-01-17
1
-8
/
+8
*
Add implementation of WebThemeEngine for the Mac (declared by
mihaip@chromium.org
2010-12-29
1
-1
/
+1
*
Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl...
brettw@chromium.org
2010-12-21
1
-5
/
+5
*
Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi"
chase@chromium.org
2010-12-21
1
-5
/
+5
*
Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki...
chase@chromium.org
2010-12-20
1
-5
/
+5
*
Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin...
brettw@chromium.org
2010-12-20
1
-5
/
+5
*
Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put
brettw@chromium.org
2010-12-20
1
-5
/
+5
*
(Committing on behalf of Chris Rogers -- original CL http://codereview.chromi...
kbr@google.com
2010-12-16
1
-0
/
+11
*
Rename all methods accessing Singleton<T> as GetInstance().
satish@chromium.org
2010-12-13
1
-2
/
+2
*
histogram API of WebKitClient implemented in chromium/webkit/glue
scheib@chromium.org
2010-12-02
1
-0
/
+25
[next]