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
*
DevTools: decouple class and method names from RPC message arguments. That wo...
yurys@google.com
2009-05-29
2
-8
/
+8
*
Move text_field.cc and rename the class to Textfield in preparation for porting.
ben@chromium.org
2009-05-27
2
-2
/
+1
*
DevTools: Add 'Enable Developer Tools' option into the Advanced tab. Hide dev...
pfeldman@chromium.org
2009-05-27
2
-0
/
+16
*
Refactors TabContentsContainerView into TabContentsContainer and associated p...
ben@chromium.org
2009-05-22
2
-6
/
+6
*
Fix remote debugger detachment sequence according to the latest DevTools changes
apavlov@chromium.org
2009-05-22
3
-28
/
+34
*
Take 2 on fixing Linux build
pkasting@chromium.org
2009-05-21
1
-2
/
+3
*
Fix Linux build
pkasting@chromium.org
2009-05-21
1
-2
/
+2
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-21
3
-218
/
+85
*
DevTools: Provide nice initial location/size for the devtools window.
pfeldman@chromium.org
2009-05-21
1
-8
/
+21
*
DevTools: Display main resource url as devtools window title.
pfeldman@chromium.org
2009-05-21
6
-18
/
+0
*
DevTools: Now that dev tools window is opened using Browser::CreateForApp (th...
pfeldman@chromium.org
2009-05-20
1
-3
/
+3
*
DevTools: Get rid of views in DevTools.
pfeldman@chromium.org
2009-05-20
10
-397
/
+114
*
DevTools: Enable dev tools ui sanity tests, take 2.
pfeldman@chromium.org
2009-05-20
1
-4
/
+4
*
Disable dev tools sanity tests to see if it helps interactive ui tests to rec...
pfeldman@chromium.org
2009-05-19
1
-3
/
+3
*
Fix inspection of extensions.
aa@chromium.org
2009-05-19
1
-11
/
+5
*
DevTools: enable sanity test.
pfeldman@chromium.org
2009-05-19
1
-3
/
+3
*
Review URL: http://codereview.chromium.org/113533
apavlov@chromium.org
2009-05-19
4
-6
/
+65
*
DevTools: increase web inspector height
pfeldman@chromium.org
2009-05-19
1
-1
/
+1
*
DevTools: init devtools with proper profile.
pfeldman@chromium.org
2009-05-18
7
-11
/
+14
*
ChromeCanvas->gfx::Canvas
ben@chromium.org
2009-05-15
2
-3
/
+3
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
1
-1
/
+1
*
DevTools: enable out of process dev tools by default. Take 2.
pfeldman@chromium.org
2009-05-13
1
-2
/
+2
*
Reverting 15843: chrome performance regression.
pfeldman@chromium.org
2009-05-12
1
-2
/
+2
*
DevTools: Sanity ui test.
pfeldman@chromium.org
2009-05-12
7
-10
/
+127
*
DevTools: enable out of process dev tools by default.
pfeldman@chromium.org
2009-05-12
1
-2
/
+2
*
Remove executable bit from a bunch of files that shouldn't have it.
evan@chromium.org
2009-05-11
1
-0
/
+0
*
Review URL: http://codereview.chromium.org/93119
apavlov@chromium.org
2009-05-10
6
-110
/
+207
*
Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo...
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Enable ctrl-shift-L for app/popup windows and fix a crash. Patch by Yusuke S...
pkasting@chromium.org
2009-05-08
6
-9
/
+32
*
Move src/chrome/views to src/views. RS=darin http://crbug.com/11387
ben@chromium.org
2009-05-08
6
-13
/
+12
*
DevTools: Preserve WebInspector window while switching RenderViewHost.
pfeldman@chromium.org
2009-05-07
1
-0
/
+3
*
DevTools: Enable debugging of non-TabContents including extensions.
pfeldman@chromium.org
2009-05-07
5
-199
/
+117
*
Add an extra colon to make inspector work again.
dglazkov@chromium.org
2009-05-06
1
-1
/
+1
*
In process-per-tab mode devtools window may be open for the devtools window u...
yurys@google.com
2009-05-06
2
-0
/
+30
*
Change chrome-ui to chrome. I didn't go too far in converting existing string...
glen@chromium.org
2009-05-06
2
-2
/
+4
*
Move chrome_canvas to app/gfx
ben@chromium.org
2009-05-06
1
-1
/
+1
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
2
-2
/
+2
*
DevTools: localize window title, append inspected tab url there.
pfeldman@chromium.org
2009-05-05
8
-11
/
+46
*
Adds toplevel app/ directory and moves ResourceBundle into it.
ben@chromium.org
2009-05-05
2
-3
/
+2
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
11
-101
/
+87
*
POSIX: Add a macro for handling EINTR.
agl@chromium.org
2009-05-01
2
-14
/
+10
*
Stop debugger by escape key.
sgjesse@chromium.org
2009-04-29
3
-3
/
+16
*
Move another batch of functions for WebContents to TabContents. This also
brettw@chromium.org
2009-04-24
2
-42
/
+34
*
Review URL: http://codereview.chromium.org/87034
apavlov@chromium.org
2009-04-22
12
-79
/
+89
*
Review URL: http://codereview.chromium.org/77006
apavlov@chromium.org
2009-04-21
7
-41
/
+51
*
Re-land my change to clean up TabContents/WebContents ownership. This
brettw@chromium.org
2009-04-20
7
-26
/
+20
*
Reverting 14005.
brettw@chromium.org
2009-04-18
7
-20
/
+26
*
Fix the ownership model of TabContents and NavigationController. Previously the
brettw@chromium.org
2009-04-18
7
-26
/
+20
*
Remove TabContnetsType from everywhere.
brettw@chromium.org
2009-04-15
2
-4
/
+0
*
Remove TabContentsType from the NavigationController external interface and in
brettw@chromium.org
2009-04-15
4
-6
/
+6
[next]