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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adds command line flag to enable desktop notifications.
johnnyg@chromium.org
2009-10-05
1
-0
/
+2
*
Remove a NOTREACHED from the keyword editor dialog. To hit,
tony@chromium.org
2009-10-05
1
-3
/
+2
*
Coverity: check TemplateURL::url return value.
mattm@chromium.org
2009-10-05
1
-1
/
+4
*
Revert "Refactor ImporterHost as preparation for OOP switch", which caused pu...
mattm@chromium.org
2009-10-05
20
-670
/
+475
*
Move nsimage_cache into base so that it can be accessed from outside of chrome.
mark@chromium.org
2009-10-05
12
-101
/
+12
*
Add missing include.
craig.schlenter@chromium.org
2009-10-05
1
-0
/
+1
*
Task Manager: show right click context menu no matter where you click on the ...
estade@chromium.org
2009-10-05
2
-4
/
+1
*
Add a dummy call to icu::TimeZone.createDefault() before the sandbox kicks in.
jshin@chromium.org
2009-10-05
1
-0
/
+9
*
Do not use the utility process on linux.
asargent@chromium.org
2009-10-05
5
-8
/
+43
*
(please review thoroughly since this touches many moving parts).
jeremy@chromium.org
2009-10-05
20
-475
/
+669
*
[Mac] Insert views into the proper place in the view hierarchy when tearing o...
rohitrao@chromium.org
2009-10-05
3
-28
/
+11
*
Infobar l10n pass
thomasvl@chromium.org
2009-10-05
2
-65
/
+90
*
"Windows" and "Macintosh" are proper names, and should be capitalized in the UI.
thomasvl@chromium.org
2009-10-05
1
-2
/
+62
*
TestOverrideEncoding hanging is because TabProxy::WaitForNavigation can not g...
jnd@chromium.org
2009-10-04
2
-1
/
+9
*
Change ConfirmMessageBoxDialog to just be a native view (it was only windows ...
tim@chromium.org
2009-10-03
4
-70
/
+89
*
Sync: Remove pthreads from event_sys code. Remove asynch version of GaiaAuthe...
timsteele@google.com
2009-10-03
15
-151
/
+130
*
Fix a warning:
nsylvain@chromium.org
2009-10-03
1
-2
/
+2
*
Add an API to manipulate the browser action badge.
aa@chromium.org
2009-10-03
5
-16
/
+78
*
Linux build failure makes no sense. Try random fix.
pkasting@chromium.org
2009-10-03
1
-1
/
+1
*
Rewrite chunks of the blocked popup container code:
pkasting@chromium.org
2009-10-03
8
-144
/
+218
*
Another stab at the Chromium side of storage events. Re-submission of http:/...
jorlow@chromium.org
2009-10-03
10
-36
/
+192
*
Add quota support.
jorlow@chromium.org
2009-10-03
4
-7
/
+12
*
More WebView / WebViewDelegate cleanup.
darin@chromium.org
2009-10-03
6
-9
/
+9
*
Move the clipboard stuff out of base and into app/clipboard. I renamed
brettw@chromium.org
2009-10-03
16
-28
/
+79
*
Gtk: Update slide animation progress in a cleaner way.
estade@chromium.org
2009-10-03
2
-22
/
+6
*
Fix a build error in the jumplist to use the new png codec location.
brettw@chromium.org
2009-10-03
1
-3
/
+3
*
Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes
brettw@chromium.org
2009-10-03
31
-91
/
+87
*
Pass unhandled keyup messages coming in from the renderer to the underlying v...
ananta@chromium.org
2009-10-03
2
-9
/
+5
*
Try again to check in the badge stuff.
aa@chromium.org
2009-10-03
3
-3
/
+123
*
Add histograms that track how long it takes to open the new tab page.
tony@chromium.org
2009-10-02
6
-8
/
+68
*
Set the default action of the import data dialog to "Import" and
tony@chromium.org
2009-10-02
1
-0
/
+3
*
Revert my revert because it causes more problems.
nsylvain@chromium.org
2009-10-02
2
-34
/
+1
*
revert this change because protoc.exe crashes during compile and breaks the t...
nsylvain@chromium.org
2009-10-02
2
-1
/
+34
*
Disabling the test while I figure out why it is flaky.
finnur@chromium.org
2009-10-02
1
-1
/
+1
*
Disabling a filing test temporarily.
jcampan@chromium.org
2009-10-02
1
-1
/
+2
*
Find-in-bar would steal focus when switching tab.
jcampan@chromium.org
2009-10-02
2
-2
/
+38
*
We now postMessage the RSS file over to the js script and have it parse it th...
finnur@chromium.org
2009-10-02
1
-28
/
+44
*
Switch to using radio buttons for toggling the custom frame. Use
tony@chromium.org
2009-10-02
3
-23
/
+55
*
Use IDS_THEME_INSTALL_INFOBAR_UNDO_BUTTON instead of IDS_UNDO since 3.0
tony@chromium.org
2009-10-02
1
-7
/
+1
*
Fix compile failure due to bad merge.
pkasting@chromium.org
2009-10-02
1
-5
/
+2
*
Add a Clear() function to MRUCache. This will be useful in my MemoryPurger c...
pkasting@chromium.org
2009-10-02
3
-4
/
+15
*
Make usage of iterator types more consistent, which also saves some code.
pkasting@chromium.org
2009-10-02
2
-44
/
+33
*
Convert users of RenderProcessHost iterator to all use same style. The key m...
pkasting@chromium.org
2009-10-02
11
-40
/
+32
*
Add simple popup support to browser actions. This will create a popup HTML w...
erikkay@chromium.org
2009-10-02
15
-56
/
+454
*
Do not discount a MANUAL_SUBFRAME load just because it involved
darin@chromium.org
2009-10-02
2
-9
/
+17
*
[Mac] Change Omnibox to select-all on mouse-up if the mouse didn't move.
shess@chromium.org
2009-10-02
2
-0
/
+108
*
Support multiple EOL types in Privacy Blacklists
idanan@google.com
2009-10-02
1
-2
/
+3
*
Coverity: Check CreateNewTempDirectory return value.
mattm@chromium.org
2009-10-02
1
-4
/
+6
*
The focus would only be restored properly the first time the
jcampan@chromium.org
2009-10-02
3
-183
/
+233
*
Add an option to disable NaCl at compile time for platforms where it doesn't ...
piman@chromium.org
2009-10-02
2
-1
/
+9
[next]