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
...
*
Mac bookmark mgr: Fix crash with New Folder when Recents selected. Enable New...
snej@chromium.org
2010-01-22
4
-36
/
+91
*
Makes sure the phantom state of a tab is updated correctly.
sky@chromium.org
2010-01-22
2
-0
/
+6
*
The login manager didn't gracefully degrade in the event that libcros.so coul...
cmasone@google.com
2010-01-22
3
-6
/
+27
*
Re-enable UninstallDisabled and UpdatePermissions tests. Do not check for inf...
kkania@chromium.org
2010-01-22
1
-12
/
+4
*
GTK: Use color data from the MetaFrames class in gtk+ theme mode.
erg@google.com
2010-01-22
2
-1
/
+20
*
Pull IOThread out of BrowserProcessImpl. Move the dns prefetching initializat...
willchan@chromium.org
2010-01-22
17
-264
/
+423
*
Fix leaks due to not deleting closures.
tim@chromium.org
2010-01-22
2
-3
/
+5
*
Split platform specific settings out from locale_settings.grd so we can
tony@chromium.org
2010-01-22
2
-2
/
+2
*
Fix stupid mistake in sync_session.h, I thought the tests were run on mac/lin...
tim@chromium.org
2010-01-22
1
-1
/
+1
*
Support for multiple sync ModelSafeWorkers.
tim@chromium.org
2010-01-22
22
-247
/
+396
*
Fix for FullTabModeIE_ChromeFrameDeleteCookieTest and issues with deleting pe...
tommi@chromium.org
2010-01-22
2
-1
/
+29
*
fix 32718
tim@chromium.org
2010-01-22
1
-8
/
+18
*
GTK: remove superflous focus grabbing calls that cause crashes in debug mode.
estade@chromium.org
2010-01-22
1
-6
/
+0
*
Adds support for phantom tabs. A pinned tab becomes a phantom tab when
sky@chromium.org
2010-01-22
23
-97
/
+401
*
GTK: don't get stuck in render view drag.
estade@chromium.org
2010-01-21
1
-5
/
+16
*
Fixes bug where needs_reload_ was not getting set to false in some
sky@chromium.org
2010-01-21
4
-1
/
+31
*
Remove a comment long-obsolete.
avi@chromium.org
2010-01-21
1
-3
/
+0
*
Fix browser crash in extensions due to painting badges on PageActions.
finnur@chromium.org
2010-01-21
1
-15
/
+2
*
More bookmarks string1t work.
munjal@chromium.org
2010-01-21
7
-62
/
+62
*
Implemented Esc/Command-. shortcuts for HTML dialogs.
akalin@chromium.org
2010-01-21
1
-0
/
+20
*
Removed #ifdef in IncrementErrorCount() now that it's platform-independent.
akalin@chromium.org
2010-01-21
1
-3
/
+0
*
Take 2: Disable the test (I accidentally modified the file before checking in...
finnur@chromium.org
2010-01-21
1
-57
/
+8
*
[Mac] Fix a crash in the cookies manager that was caused by an invalid select...
rsesek@chromium.org
2010-01-21
3
-0
/
+87
*
Disable a test on Linux Views. It was marked as flaky, but it is failing all ...
finnur@chromium.org
2010-01-21
1
-5
/
+54
*
[Mac] relayout the import data and clear browser data buttons in the prefs fo...
thomasvl@chromium.org
2010-01-21
1
-13
/
+0
*
Simplifying appmenu impl.
oshima@chromium.org
2010-01-21
2
-17
/
+8
*
Insert diagnostics in an attempt to track down a crash in popup menus
pam@chromium.org
2010-01-21
2
-0
/
+15
*
[Mac] Hide browser action buttons when they would otherwise overflow with the...
andybons@chromium.org
2010-01-21
5
-7
/
+101
*
Fix an observed shutdown crash after downgrading to an older Chrome release.
nick@chromium.org
2010-01-21
1
-2
/
+4
*
Update the kHasSyncSetupCompleted preference when the bootstraped
albertb@google.com
2010-01-21
3
-22
/
+32
*
Try to fix flaky test (FindMovesIfObscuring). I've run this through the try b...
finnur@chromium.org
2010-01-21
1
-33
/
+24
*
[Mac] Wallpaper fix for crasher when an alert is called from an extension pop...
andybons@chromium.org
2010-01-21
1
-0
/
+5
*
Notify the AutoFillManager when the user clicks "Apply" or "OK". Adds an Aut...
jhawkins@chromium.org
2010-01-21
7
-51
/
+232
*
Move two generic string split functions from sync API to their own API in bas...
timsteele@google.com
2010-01-21
1
-61
/
+4
*
Mac bookmark mgr: Fix crash after closing incognito window.
snej@chromium.org
2010-01-21
1
-1
/
+5
*
Fix crash in tab's close button.
feldstein@chromium.org
2010-01-21
1
-0
/
+6
*
GTK: restore ctr+shift+i for devtools (was accidentally changed to ctrl+i).
estade@chromium.org
2010-01-21
1
-1
/
+2
*
[Mac] Localize the cookie manager. Also rolls GTM r259:280.
rsesek@chromium.org
2010-01-21
1
-2
/
+0
*
Disable a failing test on chrome os.
estade@chromium.org
2010-01-21
1
-1
/
+9
*
Position the the inactive toast to the left in RTL machines.
cpu@chromium.org
2010-01-21
1
-4
/
+8
*
[Mac] Beep when unable to find any matches.
rohitrao@chromium.org
2010-01-21
1
-1
/
+2
*
Ensure method to set up cmd-w/cmd-shift-w runs on the main thread, add a DCHE...
pinkerton@google.com
2010-01-21
1
-5
/
+6
*
Send Cocoa NPAPI plugins an initial window activation event
stuartmorgan@chromium.org
2010-01-21
1
-4
/
+1
*
Fix FullTabModeIE_ChromeFrameDeleteCookieTest. The problem was that a domain...
tommi@chromium.org
2010-01-21
2
-18
/
+46
*
Whitespace change to clobber bots
jochen@chromium.org
2010-01-21
1
-1
/
+1
*
Removed restriction for {} so that javascript blocks can be used in the url.
avayvod@chromium.org
2010-01-21
3
-15
/
+104
*
Don't accidentally add downloads with db_handle = kUninitializedHandle, which...
thestig@chromium.org
2010-01-21
2
-13
/
+32
*
Mac bookmark manager: Prevents the Recents group from losing its custom icon.
snej@chromium.org
2010-01-21
1
-1
/
+2
*
Revert 36098 because the UI team has decided on a different long-term directi...
jorlow@chromium.org
2010-01-21
10
-60
/
+2
*
Add "Text Input" section to the Chromium OS tab.
satorux@chromium.org
2010-01-21
1
-0
/
+99
[prev]
[next]