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
/
browser
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...
pfeldman@chromium.org
2012-12-19
56
-4717
/
+0
*
Revert r173891 - "DevTools: rename debugger/ to devtools/, move DevTools file...
mnissler@chromium.org
2012-12-19
56
-0
/
+4717
*
DevTools: rename debugger/ to devtools/, move DevTools files into content/ren...
pfeldman@chromium.org
2012-12-19
56
-4717
/
+0
*
Explicitly set actions in devtools_resources as requiring cygwin (gyp only)
iannucci@google.com
2012-12-18
1
-0
/
+1
*
Telemetry / Devtools TraceHandler: exposes tracing via dev tools.
bulach@chromium.org
2012-12-18
6
-4
/
+375
*
DevTools: allow query parameters and fragments in remote debugging command urls.
pfeldman@chromium.org
2012-12-17
1
-0
/
+9
*
DevTools: add /json/activate/ command to the discovery protocol.
pfeldman@chromium.org
2012-12-11
2
-107
/
+159
*
Make sure that DevToolsHttpHandlerImpl is always destroyed on the UI thread.
bauerb@chromium.org
2012-11-29
3
-17
/
+13
*
Disable DevToolsHttpHandlerTest.TestStartStop on Windows
tbreisacher@chromium.org
2012-11-28
1
-1
/
+1
*
Add Linux to list of platforms DevToolsHttpHandlerTest.TestStartStop
joi@chromium.org
2012-11-26
1
-2
/
+3
*
Serialize DevToolsHttpHandler's start / stop sequence.
mnaganov@chromium.org
2012-11-26
2
-13
/
+19
*
Triggering InspectElement from context menu over a guest will open guest's de...
lazyboy@chromium.org
2012-11-14
1
-1
/
+1
*
Mark DevToolsHttpHandlerTest.TestStartStop as flaky on Android
mnaganov@chromium.org
2012-11-14
1
-1
/
+8
*
Re-land "Move DevTools server thread starting / stopping to FILE thread"
mnaganov@chromium.org
2012-11-14
3
-8
/
+146
*
Revert 167498 - Move DevTools server thread starting / stopping to FILE thread
ilevy@chromium.org
2012-11-14
3
-145
/
+8
*
Reverting this to fix the compile failures on linux clang. please reland afte...
ananta@chromium.org
2012-11-13
1
-1
/
+1
*
Move DevTools server thread starting / stopping to FILE thread
mnaganov@chromium.org
2012-11-13
3
-8
/
+145
*
Triggering InspectElement from context menu over a guest will open guest's de...
lazyboy@chromium.org
2012-11-13
1
-1
/
+1
*
DevTools: [remote debugging] emit Inspector.detached protocol message upon co...
pfeldman@chromium.org
2012-11-02
5
-2
/
+27
*
Move debugger and appcache to the content namespace.
jam@chromium.org
2012-10-24
10
-56
/
+48
*
Moved GetDiscoveryPageHTML call on UI thread.
vsevik@chromium.org
2012-10-24
2
-2
/
+14
*
Move a bunch more code into the content namespace.
jam@chromium.org
2012-10-23
1
-2
/
+1
*
DevTools: merge is_docked and dock_side into single dock_side state.
pfeldman@chromium.org
2012-10-19
2
-13
/
+0
*
DevTools: [remote debugging] terminate web socket connection upon renderer di...
pfeldman@chromium.org
2012-10-17
2
-1
/
+39
*
Revert "DevTools: [remote debugging] terminate web socket connection upon ren...
loislo@chromium.org
2012-10-17
1
-26
/
+4
*
DevTools: provide a way to get DevTools Protocol Version
pfeldman@chromium.org
2012-10-16
2
-0
/
+31
*
DevTools: [remote debugging] terminate web socket connection upon renderer di...
pfeldman@chromium.org
2012-10-16
1
-4
/
+26
*
DevTools: [remote debugging] introduce json/new and json/close for creating a...
pfeldman@chromium.org
2012-10-10
2
-56
/
+140
*
DevTools: run the devtools remote debugging server on a separate thread.
pfeldman@chromium.org
2012-09-28
2
-19
/
+47
*
DevTools [remote debugging]: serve devtools front-end files from the bundle, ...
pfeldman@chromium.org
2012-09-27
2
-157
/
+24
*
DevTools: request page thumbnails from the devtools handler delegate, do not ...
pfeldman@chromium.org
2012-09-27
2
-3
/
+30
*
Destroy WorkerDevToolsAgentHost when corresponding worker terminates
yurys@chromium.org
2012-09-26
1
-0
/
+1
*
Move the NOTIFICATION_APP_TERMINATING notification from content to chrome, si...
jam@chromium.org
2012-09-25
1
-26
/
+1
*
Remove storage context accessors from ResourceContext.
ajwong@chromium.org
2012-09-11
1
-0
/
+1
*
Add SPDY request headers to DevTools.
mmenke@chromium.org
2012-09-07
1
-0
/
+21
*
Removed calls to URLRequest::URLRequest in favor of URLRequestContext::Create...
erikwright@chromium.org
2012-09-01
1
-6
/
+3
*
DevTools: Fix a leak.
jhawkins@chromium.org
2012-08-31
1
-3
/
+3
*
Fix a bug where the inspector would not keep event pages alive.
mpcomplete@chromium.org
2012-08-22
6
-17
/
+20
*
DevTools: support JSONP mode in /json remote debugging discovery.
pfeldman@chromium.org
2012-08-10
1
-1
/
+10
*
Add a menu item to content_shell to open devtools to make it more discoverable.
jam@chromium.org
2012-08-09
2
-15
/
+37
*
Remove #pragma once from content
ajwong@chromium.org
2012-07-11
8
-9
/
+1
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-06-25
1
-1
/
+1
*
Added URLRequestContext to constructor for URLRequest.
erikwright@chromium.org
2012-06-22
1
-3
/
+6
*
Rename IPC Sender and Listener in ppapi, content/public, and content/renderer
brettw@chromium.org
2012-06-20
2
-0
/
+2
*
Make NetLog take in callbacks that return Values rather
mmenke@chromium.org
2012-06-10
2
-89
/
+82
*
Revert 139933 - Clean up RenderViewHostManager swapping logic.
creis@chromium.org
2012-06-06
1
-2
/
+1
*
Simplify how Content*Client interfaces are created. Instead of depending on t...
jam@chromium.org
2012-06-05
1
-4
/
+5
*
Move mock notification observer header from content\test to content\public\te...
jam@chromium.org
2012-06-03
1
-4
/
+0
*
Clean up RenderViewHostManager swapping logic.
creis@chromium.org
2012-06-01
1
-1
/
+2
*
Revert "Revert 137734 - Select theme resources from ResourceBundle at request...
flackr@chromium.org
2012-05-24
1
-1
/
+3
[next]