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
/
content
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r267126: "DevTools: handle Tracing.start in both browser and renderer"...
pfeldman@chromium.org
2014-05-18
2
-2
/
+11
*
ui: Move strings translations out of ui/base.
tfarina@chromium.org
2014-05-18
2
-3
/
+3
*
Remove OnMoreIOData(), which is not used any more.
xians@chromium.org
2014-05-18
2
-3
/
+2
*
Revert of Use real PlatformSupport in content unit tests (https://codereview....
enne@chromium.org
2014-05-17
3
-19
/
+38
*
Add "inspect" button to chrome://serviceworker-internals.
horo@chromium.org
2014-05-17
4
-1
/
+89
*
Store the service worker script and its imports on first load... kinda
michaeln@chromium.org
2014-05-17
12
-79
/
+514
*
Ignore accessibility events fired on objects that aren't in the tree.
dmazzoni@chromium.org
2014-05-17
5
-10
/
+53
*
Make to call WebContentsImpl::RenderViewCreated() when we create child window.
jincheol.jo@navercorp.com
2014-05-17
5
-1
/
+105
*
Always return a subrole when the Mac accessibility role is AXList.
dmazzoni@chromium.org
2014-05-17
6
-4
/
+29
*
Allow the MITIGATION_WIN32K_DISABLE process mitigation to be set in the rende...
ananta@chromium.org
2014-05-17
3
-0
/
+16
*
Remove renderer-side tracking of accelerated compositing
enne@chromium.org
2014-05-17
4
-60
/
+16
*
ServiceWorker: Add missing tests for ServiceWorkerDatabase
nhiroki@chromium.org
2014-05-17
1
-0
/
+89
*
Use real PlatformSupport in content unit tests
enne@chromium.org
2014-05-17
3
-38
/
+19
*
[Android] Add GestureStateListener hook for all single-tap event acks
jdduke@chromium.org
2014-05-17
3
-8
/
+11
*
Don't treat ViewHostMsg_UpdateRect as a backing store message.
jbauman@chromium.org
2014-05-17
1
-2
/
+0
*
Android: cleanup gtest_target_type conditions.
bulach@chromium.org
2014-05-17
1
-7
/
+4
*
Remove HistoryController::GetPreviousEntry.
davidben@chromium.org
2014-05-17
7
-40
/
+27
*
Do not call into blink before initialization
boliu@chromium.org
2014-05-17
1
-2
/
+6
*
Move JavascriptTestObserver from chrome to content.
teravest@chromium.org
2014-05-17
3
-0
/
+192
*
Allow browser process to request selection of word around caret.
mlamouri@chromium.org
2014-05-17
6
-0
/
+21
*
Remove unused WebTestProxy paint/canvas code
enne@chromium.org
2014-05-17
4
-138
/
+16
*
ozone: Remove InputMethodContextFactoryOzone and FakeInputMethodContextOzone.
sadrul@chromium.org
2014-05-17
1
-2
/
+2
*
Revert r271097 - "Add most of the metadata-handling code for blobs."
dpranke@chromium.org
2014-05-17
3
-394
/
+57
*
Call EmbeddedWorkerDevToolsManager::ServiceWorkerCreated, WorkerContextStarte...
horo@chromium.org
2014-05-17
8
-144
/
+243
*
Send SignalClose to the clients of P2PSocket, if TCP socket is failed to
mallinath@chromium.org
2014-05-17
1
-0
/
+4
*
Remove knowledge of nacl from content.
bradnelson@google.com
2014-05-17
4
-13
/
+1
*
disable failing badmessage tests while I investigate
jam@chromium.org
2014-05-16
1
-2
/
+2
*
Do SetNeedsCommit() instead of Composite() in threaded mode.
danakj@chromium.org
2014-05-16
2
-5
/
+0
*
Add most of the metadata-handling code for blobs. It's not quite all there, but
ericu@chromium.org
2014-05-16
3
-57
/
+394
*
Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th...
jam@chromium.org
2014-05-16
135
-597
/
+318
*
DevTools: allow inspecting browsers using custom front-ends.
pfeldman@chromium.org
2014-05-16
2
-2
/
+1
*
Android: cleans up jni_generator_ptr_type.
bulach@chromium.org
2014-05-16
4
-5
/
+0
*
Get rid of enable-accessibility-logging switch.
dmazzoni@chromium.org
2014-05-16
6
-103
/
+3
*
fix sign-compare warning.
yunlian@chromium.org
2014-05-16
4
-6
/
+6
*
BrowserMediaPlayerManager manages MediaKeys objects.
xhwang@chromium.org
2014-05-16
3
-105
/
+125
*
Revert 271026 "[DevTools] Interactive test for DevTools touch em..."
ericu@chromium.org
2014-05-16
2
-10
/
+3
*
[DevTools] Interactive test for DevTools touch emulation.
dgozman@chromium.org
2014-05-16
2
-3
/
+10
*
DevTools test harness: add logToStderr method on testRunner.
loislo@chromium.org
2014-05-16
1
-0
/
+6
*
Use WebScreenInfo members to provide screen orientation information for layou...
sl.ostapenko@samsung.com
2014-05-16
5
-1
/
+40
*
Retry: Stop ServiceWorker context when no controllee is associated
kinuko@chromium.org
2014-05-16
6
-15
/
+55
*
[Android Java Bridge] Recycle old V8 wrapper objects on navigations
mnaganov@chromium.org
2014-05-16
2
-4
/
+9
*
SyncPointManager never returns 0.
dongseong.hwang@intel.com
2014-05-16
2
-1
/
+4
*
Update chrome://serviceworker-internals when ServiceWorker is unregistered.
horo@chromium.org
2014-05-16
5
-7
/
+54
*
Don't try to access an Isolate when don't have one yet.
svenpanne@chromium.org
2014-05-16
1
-1
/
+3
*
Use new WebServiceWorkerError::ErrorType names.
dominicc@chromium.org
2014-05-16
2
-7
/
+7
*
Renamed MediaStreamDependencyFactory to PeerConnectionDependencyFactory.
perkj@chromium.org
2014-05-16
35
-172
/
+169
*
Revert of Stop ServiceWorker context when no controllee is associated (and wh...
akuegel@chromium.org
2014-05-16
5
-52
/
+13
*
Stop ServiceWorker context when no controllee is associated (and when all ref...
kinuko@chromium.org
2014-05-16
5
-13
/
+52
*
Add a failure expectation to win memory.css3d test.
vmpstr@chromium.org
2014-05-16
1
-0
/
+5
*
Remove software paint path from WebTestProxy
enne@chromium.org
2014-05-16
3
-121
/
+4
[next]