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
/
dom_ui
Commit message (
Expand
)
Author
Age
Files
Lines
*
Developer tools messages are forwarded as wrapped IPC::Messages(previously th...
yurys@google.com
2009-02-26
5
-2
/
+64
*
Coalesce more hardcoded schemes to using predefined constants.
brettw@chromium.org
2009-02-26
1
-7
/
+5
*
Make chrome_plugin_host.cc and chrome_plugin_util.cc compile on Posix.
jhawkins@chromium.org
2009-02-26
1
-1
/
+2
*
Refactor the p13n NTP handler.
nick@chromium.org
2009-02-26
1
-1
/
+1
*
Enable history and downloads by default, port NewTabUI from DOMUIHost to DOMUI.
glen@chromium.org
2009-02-25
9
-189
/
+219
*
Add "new tab" ui to the build and remove some of the scaffolding. Fix compati...
pinkerton@chromium.org
2009-02-25
2
-1
/
+21
*
fix clobber build
tc@google.com
2009-02-25
2
-6
/
+3
*
Use string for Histogram names since these are all ASCII anyway.
dsh@google.com
2009-02-24
1
-2
/
+2
*
Add some browser/dom_ui files to Mac and Linux. Fix errors exposed by GCC.
pinkerton@chromium.org
2009-02-24
3
-9
/
+11
*
HtmlDialogContentsDelegate should not subclass views::WindowDelegate, for por...
ben@chromium.org
2009-02-24
2
-3
/
+5
*
Update include paths for grit files. Go ahead and resort
tc@google.com
2009-02-22
1
-5
/
+3
*
* Add day deletion to history
glen@chromium.org
2009-02-19
2
-26
/
+102
*
Initial checkin of the HTML downloads UI. It's not yet complete (lacking inte...
glen@chromium.org
2009-02-19
7
-2
/
+656
*
Fixes drag of images from new tab page. We need to pass in the mime
sky@google.com
2009-02-18
1
-4
/
+6
*
Reduce the amount of included header files. Vast change like in "Oh God! This...
maruel@chromium.org
2009-02-18
1
-0
/
+1
*
Add locale_settings.grd to the build. This generates
tc@google.com
2009-02-18
1
-6
/
+4
*
Make browser_url_handler.cc compile on Posix.
jhawkins@chromium.org
2009-02-15
2
-4
/
+4
*
Fix a browser crash when the URLRequestChromeJob goes away
rvargas@google.com
2009-02-11
1
-2
/
+4
*
Move browser_resources.rc into a a grd file. While I'm at it,
tc@google.com
2009-02-09
2
-2
/
+4
*
This change list fix issue 5926 -- RTL: Text in [New Tab] should be truncated...
xji@chromium.org
2009-02-04
1
-13
/
+34
*
More bustage fixes.
brettw@chromium.org
2009-02-01
1
-0
/
+1
*
More fixes.
brettw@chromium.org
2009-02-01
1
-0
/
+1
*
More bustage fixes.
brettw@chromium.org
2009-02-01
2
-1
/
+3
*
Update the temp scaffolding stubs for my header change. It was pulling in the
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
2
-7
/
+9
*
NTP twiddling for p13n
tim@chromium.org
2009-01-30
1
-0
/
+10
*
Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference.
glen@chromium.org
2009-01-29
4
-11
/
+11
*
Remove the Windows set focus call and bad-design browser call from the new tab
brettw@chromium.org
2009-01-29
1
-27
/
+16
*
Change URLRequest to use a ref-counted buffer for actual IO.
rvargas@google.com
2009-01-29
1
-8
/
+10
*
Modifies shutdown/startup in the following manner:
sky@google.com
2009-01-27
2
-2
/
+16
*
Do some header file cleanup of RenderWidgetHost. I moved everything to be
brettw@chromium.org
2009-01-24
1
-1
/
+1
*
revert r8603
rvargas@google.com
2009-01-24
1
-10
/
+8
*
Change URLRequest to use a ref-counted buffer for actual IO.The ref-counting ...
rvargas@google.com
2009-01-24
1
-8
/
+10
*
Move files out of browser and into either renderer_host or tab_contents.
brettw@chromium.org
2009-01-22
4
-4
/
+4
*
Move metrics files into a subdir
ben@chromium.org
2009-01-16
2
-2
/
+2
*
Move search code to a subdir
ben@chromium.org
2009-01-16
2
-2
/
+2
*
Fie.
ben@chromium.org
2009-01-15
2
-2
/
+2
*
Move search engines files into subdir
ben@chromium.org
2009-01-15
2
-2
/
+2
*
Move a bunch of TabContents related files into a tab_contents subdir
ben@chromium.org
2009-01-15
5
-6
/
+6
*
Remove a std::string static constructor in the new history dom ui.
deanm@chromium.org
2009-01-13
1
-2
/
+2
*
Remove a static initializer while reducing a bit of casting.
deanm@chromium.org
2009-01-13
1
-7
/
+4
*
Porting in chrome/ (add 6 files to Linux SCons build)
phajdan.jr@chromium.org
2009-01-08
2
-3
/
+1
*
Change the signature of JSONReader::Read() and related
aa@chromium.org
2008-12-29
2
-8
/
+8
*
Implement extension:// protocol.
aa@chromium.org
2008-12-24
1
-6
/
+5
*
Updated HtmlDialogContents to use UTF-8 strings.
scherkus@chromium.org
2008-12-19
1
-2
/
+2
*
Changes new tab page to show recently closed window correctly.
sky@google.com
2008-12-11
1
-2
/
+4
*
Make the autocomplete system and various other connected bits of code use GUR...
pkasting@chromium.org
2008-12-10
1
-5
/
+4
*
Let the debugger work again. Error was due to me not noticing the change in d...
glen@chromium.org
2008-12-09
1
-1
/
+2
*
Moves some utility functions out of bookmark model into
sky@google.com
2008-12-09
1
-1
/
+3
*
Reupload of 12418
glen@chromium.org
2008-12-07
10
-174
/
+935
[next]