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
*
linux: implement gpu plugin
piman@chromium.org
2010-01-05
5
-14
/
+26
*
GTK: fix regression where MenuGtk::Delegate GetLabel() method was erroneously...
estade@chromium.org
2010-01-05
2
-0
/
+6
*
style
thakis@chromium.org
2010-01-05
1
-3
/
+3
*
views/gtk: Add missing keyboard accelerators to Search Engines dialog.
evan@chromium.org
2010-01-05
3
-7
/
+16
*
Added check for Chrome message loop in SSLSocketAdapter::BeginSSL().
akalin@chromium.org
2010-01-05
1
-0
/
+10
*
[Mac] Fixes bug where clicking a Browser Action button twice quickly will res...
andybons@chromium.org
2010-01-04
1
-0
/
+4
*
Blacklist particular TLD+1s for accidental search infobars, to avoid showing ...
pkasting@chromium.org
2010-01-04
1
-0
/
+23
*
Correctly enable the Copy item on the popup window omnibox context menu. Ori...
pkasting@chromium.org
2010-01-04
1
-1
/
+1
*
Add AddressField, a form group that stores address information.
jhawkins@chromium.org
2010-01-04
3
-0
/
+372
*
Add space under the tabstrip when the compact navbar is active.
oshima@chromium.org
2010-01-04
4
-23
/
+76
*
Permission escalation when extension updates should trigger the install warning
finnur@chromium.org
2010-01-04
6
-11
/
+75
*
Fixes bug where recreating the document element via altering |documentElement...
andybons@chromium.org
2010-01-04
1
-0
/
+5
*
Implement ContactInfo, the FormGroup that stores contact information.
jhawkins@chromium.org
2010-01-04
6
-7
/
+474
*
linux: make --no-sandbox work
piman@chromium.org
2010-01-04
1
-1
/
+1
*
GTK: Allow infobubbles to be programtically shrunk.
estade@chromium.org
2010-01-04
1
-0
/
+2
*
Updated user_settings.* to use Chromium's sqlite helper functions.
zork@google.com
2010-01-04
5
-157
/
+315
*
Fix leak from cl 524003 (Change WDS to use the DB thread...)
skrul@chromium.org
2010-01-04
4
-49
/
+40
*
Delete ExtensionShelf.xib.
viettrungluu@chromium.org
2010-01-04
2
-195
/
+0
*
This reverts commit r35458.
agl@chromium.org
2010-01-04
6
-79
/
+0
*
...
agl@chromium.org
2010-01-04
6
-0
/
+79
*
[Mac] get the reliability_tests binary archived in chromium builds.
thomasvl@chromium.org
2010-01-04
1
-0
/
+1
*
Mac: stop zombie ps processes from being created.
viettrungluu@chromium.org
2010-01-04
2
-3
/
+20
*
Mac: fix crashes related to detaching tabs.
viettrungluu@chromium.org
2010-01-04
2
-4
/
+16
*
Updating trunk VERSION from 289.0 to 290.0
chrome-bot@google.com
2010-01-04
1
-1
/
+1
*
Removing the last remaining vsprops files (that are hooked in).
bradnelson@google.com
2010-01-04
4
-73
/
+33
*
Linux: print the sandbox binary path in use when it fails. Helps pinpoint san...
mdm@chromium.org
2010-01-04
1
-1
/
+2
*
Linux: use readlink() and prctl() in SetProcTitle() to fix "exe" showing in p...
mdm@chromium.org
2010-01-03
1
-1
/
+6
*
Mac: Cmd-three finger swipe should open prev/next page in new tab.
thakis@chromium.org
2010-01-03
1
-3
/
+4
*
chromeos: Rename panel content window enum.
derat@chromium.org
2010-01-02
2
-3
/
+3
*
Updating trunk VERSION from 288.0 to 289.0
chrome-bot@google.com
2010-01-02
1
-1
/
+1
*
Upload renderer histograms to browser after a page loads
jar@chromium.org
2010-01-02
4
-0
/
+17
*
If we can't read a unicode character, write the standard "unknown" (0xFFFD) c...
cevans@chromium.org
2010-01-01
1
-25
/
+17
*
Updating trunk VERSION from 287.0 to 288.0
chrome-bot@google.com
2010-01-01
1
-1
/
+1
*
Updating trunk VERSION from 286.0 to 287.0
chrome-bot@google.com
2009-12-31
1
-1
/
+1
*
Disable ui_tests for coverage (chokes on Mac).
jrg@chromium.org
2009-12-31
1
-1
/
+3
*
Avoid calling vector resize() with excessive size parameter: fix broken integ...
cevans@chromium.org
2009-12-31
1
-2
/
+3
*
Don't show app menu when wrench menu is shown at startup.
oshima@chromium.org
2009-12-31
1
-1
/
+1
*
GTK: Remove OwnedWidgetGtk wrapper for the GtkMenu* in MenuGtk.
estade@chromium.org
2009-12-31
3
-24
/
+17
*
GTK: implement page action context menus.
estade@chromium.org
2009-12-31
2
-35
/
+59
*
Implement browser action context menu on linux.
estade@chromium.org
2009-12-31
11
-58
/
+89
*
Use https for GAIA URL.
cevans@chromium.org
2009-12-30
1
-1
/
+1
*
Make the 0 value of the enum match 'fail' to satisfy DCHECKs.
evan@chromium.org
2009-12-30
1
-4
/
+4
*
Roll webkit 52633 -> 52667.
ajwong@chromium.org
2009-12-30
1
-2
/
+2
*
linux: use XShmPutImage when SHM Pixmap APIs unavailable
evan@chromium.org
2009-12-30
4
-58
/
+86
*
Make back forward menu model a MenuModel.
estade@chromium.org
2009-12-30
17
-568
/
+401
*
Re-enable the ExtensionApiTest.Storage test.
dumi@chromium.org
2009-12-30
1
-2
/
+1
*
Don't defend against Initialize being called twice, that should not happen.
michaeln@chromium.org
2009-12-30
1
-7
/
+6
*
Added pause button to DownloadItemMac via IB and IBAction to receive the event.
thakis@chromium.org
2009-12-30
3
-39
/
+766
*
Apply style guideline for variable names for browser action container.
mhm@chromium.org
2009-12-30
1
-2
/
+2
*
Revert enabled DevToolsSanityTest.TestConsoleLog test.
apavlov@chromium.org
2009-12-30
1
-1
/
+1
[next]