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
*
Fix a crash in ChromeFrame caused by incorrectly instantiating the automation...
ananta@chromium.org
2009-12-17
1
-3
/
+2
*
Allow rewriting of URLs to be reversed in some cases, so that if the underlyi...
johnnyg@chromium.org
2009-12-17
7
-16
/
+117
*
Use KF_ALTDOWN flag instead of GetKeyState(VK_MENU)
xiyuan@chromium.org
2009-12-17
1
-1
/
+1
*
Alter DirectoryBackingStore::InitializeTables() and
zork@google.com
2009-12-17
1
-32
/
+33
*
Load message catalogs on demand when chrome.i18n.getMessage needs them.
cira@chromium.org
2009-12-17
10
-23
/
+110
*
[Mac] Fix a leak in BrowserWindowCocoaTest.
rohitrao@chromium.org
2009-12-17
1
-2
/
+6
*
First batch of unit tests for mac Page Actions.
pamg@google.com
2009-12-17
3
-3
/
+114
*
Add rounded corner support to rounded_window.cc. This only kicks
tony@chromium.org
2009-12-17
2
-16
/
+89
*
Don't show "show in foloder" in chrome os.
oshima@chromium.org
2009-12-17
4
-8
/
+25
*
Mac: Use indices correctly in TabStripController to fix crash. Fix several in...
kkania@chromium.org
2009-12-17
1
-18
/
+39
*
Fix issue where drag image would be offset if the content area was not at the...
pinkerton@chromium.org
2009-12-17
1
-7
/
+7
*
Fix crash on opening a file save dialog when the parent tab has no content on...
kinuko@chromium.org
2009-12-17
2
-10
/
+16
*
Disabling browser tests that are testing the language detection,
jcampan@chromium.org
2009-12-17
2
-1
/
+7
*
The reliability tests are reporting lots of crashers
jcampan@chromium.org
2009-12-17
1
-0
/
+4
*
Add the right-click context menu for Browser actions and Page Actions.
finnur@chromium.org
2009-12-17
12
-65
/
+284
*
Use GetSwitchValueASCII, so we don't use the deprecated versions.
evan@chromium.org
2009-12-17
4
-13
/
+11
*
Workaround to prevent a crash checking extensions blacklist.
asargent@chromium.org
2009-12-17
1
-0
/
+6
*
Revert 34794 and 34779. Too much red.
aa@chromium.org
2009-12-17
11
-18
/
+18
*
fixes for
oshima@chromium.org
2009-12-17
3
-5
/
+22
*
BrowserThemePack: Move encoding the processed images to the writing thread.
erg@google.com
2009-12-17
4
-36
/
+78
*
Implement NameField, a FormField that matches a name field in a form.
jhawkins@chromium.org
2009-12-17
3
-4
/
+234
*
Handle right-click->"Save Link As" in the host browser.
tommi@chromium.org
2009-12-16
1
-2
/
+21
*
Reorganize api_tests directory. One top-level directory per feature.
aa@chromium.org
2009-12-16
11
-18
/
+18
*
[Mac] Pump nestable tasks while web popups are visible.
shess@chromium.org
2009-12-16
3
-15
/
+17
*
Mac: make unselected pinned tabs glow when their title changes.
viettrungluu@chromium.org
2009-12-16
4
-47
/
+215
*
GTK: Make sure mid-drag bookmark bar items are not shown by BookmarkBarGtk::S...
estade@chromium.org
2009-12-16
1
-0
/
+3
*
Handle errors in DoesTableExist() gracefully instead of crashing.
zork@google.com
2009-12-16
3
-6
/
+25
*
Disable DevToolsSanityTest.TestExpandScope as it is failing from webkit roll.
jparent@chromium.org
2009-12-16
1
-1
/
+1
*
Mac: fix/implement app windows (not app mode), popups, drawing; refactor code.
viettrungluu@chromium.org
2009-12-16
16
-219
/
+384
*
GTK: Get rid of some unecessary calls to BookmarkBarGtk::Show().
estade@chromium.org
2009-12-16
1
-6
/
+0
*
Tommi, please review everything. jam please review changes to resource_dispat...
ananta@chromium.org
2009-12-16
1
-1
/
+2
*
Localizing manifest for installed or unpacked extensions.
cira@chromium.org
2009-12-16
9
-194
/
+324
*
Fix labels on the content options page to wrap properly. Also, add a utility...
zork@chromium.org
2009-12-16
1
-4
/
+7
*
Fix the ARM build. Clarify the logic with parentheses.
jhawkins@chromium.org
2009-12-16
1
-2
/
+2
*
Disabling the language detection on Linux and Mac.
jcampan@chromium.org
2009-12-16
1
-0
/
+4
*
Implement CreditCardField, a FormField that matches a credit card field in a ...
jhawkins@chromium.org
2009-12-16
3
-1
/
+219
*
Refactor shared menu model testing code into a common baseclass
pinkerton@chromium.org
2009-12-16
3
-121
/
+23
*
Only show gray LOADING dialog for Themes.
rafaelw@chromium.org
2009-12-16
4
-2
/
+20
*
Makes the language detection happen with every page load
jcampan@chromium.org
2009-12-16
14
-71
/
+273
*
fix leakages in SadTabControllerTest
kuan@chromium.org
2009-12-16
1
-29
/
+31
*
Send notifications when single items are removed from autofill.
skrul@chromium.org
2009-12-16
4
-22
/
+108
*
Factor tab context menu into a shared model and fix mac and win to use it. Im...
pinkerton@chromium.org
2009-12-16
13
-73
/
+265
*
Add details to autofill add notification
skrul@chromium.org
2009-12-16
4
-39
/
+129
*
Mark ExtensionBrowserTest.AutoUpdate as flaky.
hamaji@chromium.org
2009-12-16
1
-1
/
+1
*
Fix regression where we stopped running content scripts in
aa@chromium.org
2009-12-16
3
-10
/
+17
*
Fix browser crash in extension system.
finnur@chromium.org
2009-12-16
3
-118
/
+62
*
Fix a node selection when creating a new item under the 'Other Bookmarks'
kinuko@chromium.org
2009-12-16
1
-1
/
+1
*
Fix radio items in MenuGtk.
satorux@chromium.org
2009-12-16
1
-0
/
+7
*
Make bookmarks manager search work for URLs containing uppercase characters
kinuko@chromium.org
2009-12-16
2
-3
/
+20
*
Revert 34630 - Handles rendererspecific TaskManager resources consistently fo...
jamesr@chromium.org
2009-12-16
4
-142
/
+84
[next]