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
*
Wire 'Inspect Element' action to the new DevTools (depending on the devtools ...
pfeldman@chromium.org
2009-03-24
2
-0
/
+30
*
Currently we have two types of devtools UI: Chrome built in developer tools w...
yurys@google.com
2009-03-23
13
-278
/
+319
*
Initial revision of the DevTools frontend.
pfeldman@chromium.org
2009-03-22
1
-2
/
+2
*
Merge DOMUIContents into WebContents.
brettw@chromium.org
2009-03-17
2
-6
/
+5
*
Initial unit tests implementation.
yurys@google.com
2009-03-17
4
-12
/
+149
*
Move controls into their own dir under chrome/views/controls
ben@chromium.org
2009-03-17
2
-4
/
+4
*
bustage fix - file moved
ben@chromium.org
2009-03-17
1
-1
/
+1
*
bustage fix - file moved
ben@chromium.org
2009-03-17
1
-1
/
+1
*
Move windowing related objects into chrome/views/window subdir.
ben@chromium.org
2009-03-17
1
-2
/
+2
*
DevToolsManager is a service in the browser process that manages all open dev...
yurys@google.com
2009-03-16
13
-136
/
+518
*
Rename DebuggerContents to DebuggerUI and move to the dom_ui folder.
brettw@chromium.org
2009-03-13
4
-197
/
+0
*
Enable building of browser/debugger/debugger_{contents,shell}.cc on Linux.
sgk@google.com
2009-03-11
1
-0
/
+20
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
12
-13
/
+0
*
- Developer tools frontend is served from chrom-ui://devtools/tools.html
yurys@google.com
2009-03-06
1
-1
/
+7
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
4
-20
/
+31
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
6
-8
/
+8
*
Fix 16/wide build bustange on non-Windows.
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Fix the build with some forgotten string conversions on non-Windows.
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Convert NavigationEntry title to string16. TabContents::GetTitle no longer needs
brettw@chromium.org
2009-03-04
2
-5
/
+5
*
Add a command line flag --v8-proxy-resolver, to select the new PAC implementa...
ericroman@google.com
2009-03-03
1
-0
/
+11
*
Developer tools messages are forwarded as wrapped IPC::Messages(previously th...
yurys@google.com
2009-02-26
6
-0
/
+290
*
Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.
glen@chromium.org
2009-02-25
2
-13
/
+28
*
Final step in converting all grit includes to have grit in the path.
tc@google.com
2009-02-24
1
-1
/
+1
*
Multiple fixes for broken Linux SHARED=1 build. This gets things building, bu...
mmoss@chromium.org
2009-02-23
1
-0
/
+1
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-1
/
+1
*
Revert r10090, which was committed without proper review.
darin@chromium.org
2009-02-20
8
-389
/
+0
*
Add tab content type for developer tools UI.
yurys@google.com
2009-02-20
8
-0
/
+389
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+1
*
Reverting 9944.
yurys@google.com
2009-02-18
8
-406
/
+0
*
Create communication channel between developer tools UI implemented in JS and...
yurys@google.com
2009-02-18
8
-0
/
+406
*
Reverting 9855.
maruel@chromium.org
2009-02-16
8
-396
/
+0
*
Review URL: http://codereview.chromium.org/20405
yurys@google.com
2009-02-16
8
-0
/
+396
*
Change mime type utils to operate on platform-specific string types for filen...
estade@chromium.org
2009-02-14
1
-1
/
+6
*
Port remaining .rc data resource files to grd. This includes
tc@google.com
2009-02-13
7
-32
/
+23
*
Add debugger_shell to the POSIX build.
thestig@chromium.org
2009-02-13
2
-6
/
+8
*
Reverting 9706. Hopefully this will fix the broken debugger_test.
thestig@chromium.org
2009-02-13
2
-8
/
+6
*
Add debugger_shell to the POSIX build.
thestig@chromium.org
2009-02-12
2
-6
/
+8
*
Porting unit tests in chrome/
phajdan.jr@chromium.org
2009-02-10
2
-4
/
+2
*
More bustage fixes.
brettw@chromium.org
2009-02-01
2
-0
/
+2
*
Remove most header file dependencies on the notification type list. It is
brettw@chromium.org
2009-02-01
4
-15
/
+22
*
Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference.
glen@chromium.org
2009-01-29
2
-2
/
+2
*
Move files out of browser and into either renderer_host or tab_contents.
brettw@chromium.org
2009-01-22
3
-3
/
+3
*
Make CommandLine into a normal object, with some statics for getting at the c...
evan@chromium.org
2009-01-21
1
-1
/
+2
*
Generate all chrome .vcproj files:
sgk@google.com
2009-01-17
1
-15
/
+124
*
Move functions required by the rest of the browser from RenderProcessHost to ...
brettw@chromium.org
2009-01-16
2
-2
/
+2
*
Update the command line JavaScript debugger to support the changed debugger p...
sgjesse@chromium.org
2009-01-16
1
-64
/
+141
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
6
-8
/
+8
*
Remove net_resources.rc and net_resources.h and replace it
tc@google.com
2009-01-08
1
-1
/
+1
*
Add using_generated_resources.scons to the build. This
tc@google.com
2009-01-06
1
-1
/
+1
*
Some more GRIT refactoring.
tc@google.com
2009-01-05
1
-1
/
+1
[next]