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
/
chrome
/
browser
/
debugger
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new RenderViewHostObserver interface for filtering IPCs send to RenderV...
jam@chromium.org
2011-04-08
2
-51
/
+13
*
DevTools: fix exception in console during DevTools startup
yurys@chromium.org
2011-04-07
2
-7
/
+5
*
Removed bytes_received from ResourceDevToolsInfo since it is only used in dev...
vsevik@chromium.org
2011-04-06
2
-17
/
+40
*
Renamed transfer_size to raw_data_length.
vsevik@chromium.org
2011-04-06
2
-2
/
+2
*
Remove CRLF from devtools_netlog_observer.cc
vsevik@chromium.org
2011-04-06
1
-2
/
+2
*
Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...
tfarina@chromium.org
2011-04-06
3
-4
/
+4
*
Get rid of PrefService::GetMutableDictionary/GetMutableList
battre@chromium.org
2011-04-05
1
-2
/
+4
*
DevTools: provide web socket url for remote debugging.
pfeldman@chromium.org
2011-04-04
1
-25
/
+33
*
Fix naming.
avi@chromium.org
2011-04-04
2
-5
/
+5
*
DevTools: serve front-end using chunked encoding (for remote debugging).
pfeldman@chromium.org
2011-04-01
1
-6
/
+18
*
Send the RENDER_VIEW_HOST_DELETED notification for all RenderViewHost, instea...
jam@chromium.org
2011-03-31
1
-1
/
+1
*
Moved URLRequestContextGetter to net/ so it can be used by projects such as j...
sanjeevr@chromium.org
2011-03-31
1
-1
/
+1
*
Save actual transfer size for future DevTools use
vsevik@chromium.org
2011-03-31
2
-31
/
+158
*
Build fix for windows bots.
loislo@chromium.org
2011-03-31
1
-1
/
+1
*
Provide browser pages list in JSON format for remote debugging.
loislo@chromium.org
2011-03-31
2
-32
/
+97
*
Fix developer tools for extensions.
jam@chromium.org
2011-03-30
3
-76
/
+108
*
Remove render_messages_params files since they're not needed anymore. I move...
jam@chromium.org
2011-03-29
2
-2
/
+0
*
Move extension messages to their own file and add a RenderViewObserver to sta...
jam@chromium.org
2011-03-28
1
-3
/
+2
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
10
-22
/
+22
*
Move all dev tools messages to devtools_messages.h and create a TabHelper to ...
jam@chromium.org
2011-03-25
4
-0
/
+121
*
Moves instant related methods off TabContents and to where they are used.
sky@chromium.org
2011-03-25
2
-3
/
+4
*
Theme system cleanup
erg@google.com
2011-03-23
1
-7
/
+7
*
Profile shouldn't own BrowserThemeProviders; A ThemeService should and should...
erg@google.com
2011-03-22
1
-2
/
+3
*
Extensions: expose raw debugging protocol via extension API.
pfeldman@chromium.org
2011-03-17
2
-7
/
+8
*
Fix devtools schema is in DevToolsHttpProtocolHandler.
podivilov@chromium.org
2011-03-16
1
-2
/
+2
*
Coverity: Note a default switch case can never be reached.
thestig@chromium.org
2011-03-11
1
-0
/
+1
*
Enable devtools test (fixed upstream)
podivilov@chromium.org
2011-03-10
1
-2
/
+1
*
Update a bunch of files to the new location of notification files.
tfarina@chromium.org
2011-03-08
4
-7
/
+7
*
Move resource related IPCs to their own file in content. I added a IPC_STRUC...
jam@chromium.org
2011-03-05
1
-1
/
+1
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
3
-3
/
+3
*
Disable DevToolsSanityTest.TestPauseWhenScriptIsRunning as it always times out.
satish@chromium.org
2011-03-04
1
-1
/
+2
*
Update the includes to the old tab_contents.h
jam@chromium.org
2011-03-02
2
-2
/
+2
*
Update more includes that were pointing to the old locations.
jam@chromium.org
2011-03-02
2
-3
/
+3
*
Get rid of temporary render_view_host.h.
jam@chromium.org
2011-03-02
2
-4
/
+4
*
Pure pedantry: Replace all ".size() == 0" with ".empty()".
erg@google.com
2011-03-02
3
-4
/
+4
*
Update a bunch of files to the new location of browser_thread.h
jam@chromium.org
2011-03-01
2
-4
/
+4
*
Delete the temporary headers left behind in chrome\browser. I've left browse...
jam@chromium.org
2011-03-01
1
-3
/
+3
*
DevToolsSanityTest.TestHeapProfiler fails.
inferno@chromium.org
2011-03-01
1
-1
/
+1
*
Move in_process_webkit dir from chrome\browser to content\browser.
jam@chromium.org
2011-02-24
1
-6
/
+6
*
Remove browsing_instance.h stub file and update all the references.
tfarina@chromium.org
2011-02-24
1
-2
/
+2
*
Move files out of chrome\browser\renderer_host\test alongside their source. ...
jam@chromium.org
2011-02-24
1
-2
/
+2
*
Enable back DevToolsSanityTest.TestScriptsTabIsPopulatedOnInspectedPageRefresh
mnaganov@chromium.org
2011-02-17
1
-2
/
+1
*
Mark DevToolsSanityTest.TestScriptsTabIsPopulatedOnInspectedPageRefresh as di...
mnaganov@chromium.org
2011-02-17
1
-2
/
+2
*
Mark DevToolsSanityTest.TestScriptsTabIsPopulatedOnInspectedPageRefresh as fa...
mnaganov@chromium.org
2011-02-17
1
-1
/
+2
*
WebUI: Get rid of more references to dom_ui and DOM_UI.
tfarina@chromium.org
2011-02-15
1
-1
/
+1
*
Even more test cleanup.
erg@google.com
2011-02-10
2
-19
/
+36
*
Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-09
3
-19
/
+19
*
DevTools: remove loaded from remote debugging handshake.
pfeldman@chromium.org
2011-02-09
1
-5
/
+6
*
Remove includes of message headers in headers.
jam@chromium.org
2011-02-09
2
-1
/
+3
*
Revert 74118 - Remove wstring from RVH's run Javascript command.
avi@chromium.org
2011-02-08
3
-19
/
+19
[next]