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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a bookmark manager context menu crash, and show the context menu on right...
estade@chromium.org
2009-06-24
2
-0
/
+21
*
show back/forward menu on right click
estade@chromium.org
2009-06-24
3
-0
/
+24
*
Fix Gtk TableModel adapters always appending or prepending.
mattm@chromium.org
2009-06-24
2
-7
/
+7
*
Linux: fix fake italics for fonts without italic variants.
agl@chromium.org
2009-06-24
1
-2
/
+4
*
Fix: Omnibox is not updated properly when the main frame results in a file do...
yuzo@chromium.org
2009-06-24
1
-8
/
+4
*
Fix issue where the closed window menu got cut off.
arv@google.com
2009-06-24
3
-37
/
+84
*
Linux build fix
dimich@google.com
2009-06-24
1
-1
/
+1
*
Don't enumerate unmapped top-level windows. This occurs most often in the Co...
jhawkins@chromium.org
2009-06-23
1
-0
/
+3
*
Add ability to start/stop http server to ui_tests. This will be used to run W...
dimich@google.com
2009-06-23
5
-0
/
+133
*
Makes sure we close all browsers, not just the active ones.
jcampan@chromium.org
2009-06-23
1
-3
/
+2
*
GTK: Fix status bubble hiding during background tab events.
erg@google.com
2009-06-23
3
-15
/
+43
*
Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)
ericroman@google.com
2009-06-23
2
-17
/
+13
*
Fix RTL issues with .item CSS class. Also use dir atttribute instead of
arv@google.com
2009-06-23
3
-4
/
+7
*
Minor tweaks to tab overview:
sky@chromium.org
2009-06-23
8
-10
/
+116
*
Syncs to latest messages and makes tab overview button work.
sky@chromium.org
2009-06-23
2
-2
/
+31
*
Show recent history list in UrlPickerDialogGtk.
mattm@chromium.org
2009-06-23
6
-226
/
+572
*
Add a new pattern to the list of known reliability crash. It's another
jungshik@google.com
2009-06-23
1
-0
/
+1
*
Build fix, use the correct define for mac.
brettw@chromium.org
2009-06-23
1
-2
/
+2
*
Add Linux support for getting the thumbnail and wire into the switcher.
brettw@chromium.org
2009-06-23
6
-38
/
+79
*
Fix case where install puts two copies of the extension toolbar on the shelf.
erikkay@chromium.org
2009-06-23
1
-8
/
+0
*
Fix crasher where we tried to access a destroyed render widget host view.
estade@chromium.org
2009-06-23
5
-18
/
+18
*
Refactor setup. No code change.
kuchhal@chromium.org
2009-06-23
6
-282
/
+262
*
Some cleanup around WebCore EditCommands:
jeremy@chromium.org
2009-06-23
4
-8
/
+8
*
GTK: Fix middle click in bookmark menus opening with wrong disposition.
erg@google.com
2009-06-23
1
-2
/
+2
*
Handle RTL layout in the gtk tabstrip.
jhawkins@chromium.org
2009-06-23
6
-27
/
+54
*
Adding ..\ClientState\<ChromeGuid>\client key to the uninstall metrics for Go...
robertshield@google.com
2009-06-23
1
-0
/
+9
*
Toast experiment: I need to re-laucnh chrome because google_update likes setu...
cpu@google.com
2009-06-23
7
-8
/
+42
*
Move MockKeychain into its own file.
stuartmorgan@chromium.org
2009-06-23
4
-587
/
+625
*
Switching several $(SolutionDir) instances to the equivalent $(ProjectDir) ba...
bradnelson@google.com
2009-06-23
2
-4
/
+4
*
Disabling some browser tests that fail, as part of deploying the browser test...
jcampan@chromium.org
2009-06-23
2
-3
/
+6
*
Removing a now irrelevant browser test and disabling 2 failing ones (in order...
jcampan@chromium.org
2009-06-23
1
-56
/
+7
*
Report the process type in Linux crash reports.
thestig@chromium.org
2009-06-23
3
-1
/
+31
*
Linux: fix crash reporting for zygote model
agl@chromium.org
2009-06-23
4
-9
/
+18
*
Cleanup setup dependencies.
kuchhal@chromium.org
2009-06-23
1
-5
/
+1
*
Privacy Blacklist SketelonAdded code hooks to serve as place holders for the ...
idanan@chromium.org
2009-06-23
13
-2
/
+339
*
Scale the margins according to the DPI of the printer. The margins were fixe...
sverrir@google.com
2009-06-23
1
-7
/
+9
*
Adds back BrowserWindowGtk::set_drag_active.
sky@chromium.org
2009-06-23
2
-0
/
+16
*
Alert the user when something fails when printing.
sverrir@google.com
2009-06-23
2
-4
/
+15
*
Changes to ExtensionsService to support extensions auto-update.
asargent@chromium.org
2009-06-23
3
-13
/
+253
*
Implement the add/update functionality for Keychain that PasswordStoreMac will
stuartmorgan@chromium.org
2009-06-23
5
-195
/
+510
*
Disabling a test (bug filed) that is crashing (I am not sure what the correct...
jcampan@chromium.org
2009-06-23
1
-1
/
+2
*
This CL makes the browser_tests.exe runnable from outside its directory.
jcampan@chromium.org
2009-06-23
1
-12
/
+6
*
Re-land r18853
jeremy@chromium.org
2009-06-23
13
-1
/
+522
*
Fix build break (file missing from CL).
erikkay@google.com
2009-06-23
1
-1
/
+1
*
Move extension view classes from browser/extensions to browser/views/extensions.
erikkay@google.com
2009-06-23
9
-29
/
+23
*
Revert 19009 because this prevents inserting return characters.
hbono@chromium.org
2009-06-23
6
-209
/
+2
*
Plumb a command line argument to enable the XSSAuditor.
abarth@chromium.org
2009-06-23
4
-1
/
+11
*
For consistency, stop using the workarea coordinate in
yuzo@chromium.org
2009-06-23
2
-4
/
+2
*
Use LOAD_VERIFY_EV_CERT to verify EV-ness in Verify().
ukai@chromium.org
2009-06-23
1
-11
/
+4
*
Re-enable the --enable-extensions flag. Fix a bug where the extensions.enable...
aa@chromium.org
2009-06-23
5
-7
/
+50
[next]