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 regression I introduced where Stop/Go button would toggle state instantly...
pkasting@chromium.org
2009-04-15
11
-54
/
+32
*
Unit test for command observer bridge class. Add ifdef guards that were missi...
pinkerton@chromium.org
2009-04-15
2
-0
/
+93
*
Disable a test I added yesterday in attempt to track down
tim@chromium.org
2009-04-15
1
-1
/
+3
*
Make Linux Omnibox results look more like the v2 mocks.
deanm@chromium.org
2009-04-15
1
-11
/
+104
*
Fixes regression in painting info bubble. This is the result of
sky@chromium.org
2009-04-15
1
-9
/
+10
*
Fixing a crash which could occur when a string containing multibyte character...
deanm@chromium.org
2009-04-15
1
-5
/
+14
*
Add unit test for bookmark bar controller.
pinkerton@chromium.org
2009-04-15
3
-6
/
+82
*
Disable BrowserFocusTest.BrowsersRememberFocus until it can be looked at.
mmoss@chromium.org
2009-04-15
1
-1
/
+1
*
Adding a unit test for testing the prepopulation text during search.
finnur@chromium.org
2009-04-15
1
-0
/
+64
*
Remove TabContentsType from the NavigationController external interface and in
brettw@chromium.org
2009-04-15
34
-334
/
+284
*
Oops. Fix build.
willchan@chromium.org
2009-04-15
1
-1
/
+1
*
Fix missing backing store in Linux.
willchan@chromium.org
2009-04-15
8
-3
/
+24
*
Few changes to the NTP remove thumbnails:
jcampan@chromium.org
2009-04-15
2
-39
/
+86
*
Simplify TabGtk::ContextMenuController by adding methods to dynamically build...
jhawkins@chromium.org
2009-04-14
4
-67
/
+63
*
Fix syntax error.
estade@chromium.org
2009-04-14
1
-1
/
+1
*
Add JsonSchema-based validation for the tab APIs.
aa@chromium.org
2009-04-14
2
-1
/
+96
*
Convert instances of WideToUTF8(l10n_util::GetString( to
tc@google.com
2009-04-14
6
-30
/
+28
*
Clean up icon loader/manager in preparation for porting.
estade@chromium.org
2009-04-14
7
-128
/
+62
*
Implement chrome_proces_util for linux and enable download ui test.
estade@chromium.org
2009-04-14
7
-40
/
+73
*
Remove ExtensionContentScriptInject unit test.
aa@chromium.org
2009-04-14
1
-59
/
+0
*
Implement context menu handling for the Linux tab strip.
jhawkins@chromium.org
2009-04-14
6
-9
/
+152
*
Add command line flag that removes randomness from javascript functions, to b...
ace@google.com
2009-04-14
1
-0
/
+1
*
Remove the usage of GetLastActiveBrowserWindow
huanr@chromium.org
2009-04-14
1
-1
/
+1
*
Remove the TestTabContents. This makes BrowserWithTestWindow use the
brettw@chromium.org
2009-04-14
20
-499
/
+115
*
Remove two lines that were from a different experiment and got checked in
pinkerton@chromium.org
2009-04-14
1
-3
/
+0
*
Give each HistoryService instance it's own backend thread.
tim@chromium.org
2009-04-14
7
-25
/
+42
*
Implement OnBeforePossibleChange() and OnAfterPossibleChange() to fix delete ...
shess@chromium.org
2009-04-14
2
-23
/
+67
*
Remove extra zoom menu items.
thestig@chromium.org
2009-04-14
2
-20
/
+19
*
A fix for the Find box forwarding scroll messages to the page when it shouldn't.
finnur@chromium.org
2009-04-14
3
-23
/
+35
*
Add a Cocoa file picker.
avi@google.com
2009-04-14
12
-50
/
+356
*
Clamp text size in js message box dialogs
cpu@google.com
2009-04-14
1
-3
/
+13
*
The history tests relies on being about to reset a profile, which means we need
thomasvl@chromium.org
2009-04-14
1
-0
/
+13
*
Fixes a bug where scrolling up would draw over the horizontal
avi@google.com
2009-04-14
1
-1
/
+10
*
Don't reserve space for an auto-hide taskbar that's not always-on-top. Windo...
pkasting@chromium.org
2009-04-14
1
-4
/
+4
*
Linux: don't drop invalid scroll requests.
agl@chromium.org
2009-04-14
1
-20
/
+18
*
Fix problems correctly invalidating/repainting when our updated paint rect fo...
pkasting@chromium.org
2009-04-14
7
-20
/
+62
*
Remove unused notifications.
paulg@google.com
2009-04-14
2
-23
/
+0
*
Fix a crash when the browser opens a popup window in Linux.
jhawkins@chromium.org
2009-04-14
1
-0
/
+5
*
Fix a gcc warning about uninitialized variables.
tc@google.com
2009-04-14
1
-2
/
+2
*
Add unit test for status bubble mac.
pinkerton@chromium.org
2009-04-14
2
-0
/
+107
*
Color/emphasize correct portions of view-source: URLs. Original patch by Shi...
pkasting@chromium.org
2009-04-14
4
-8
/
+104
*
Fix status bubble shadow being opaque, which made the bubble appear to be off...
pkasting@chromium.org
2009-04-14
3
-43
/
+38
*
Makes the omnibox show past searches and suggestions for keywords.
sky@chromium.org
2009-04-14
10
-189
/
+526
*
Added undo tab closing item to Tab menu.
idanan@chromium.org
2009-04-14
6
-0
/
+27
*
Collapse bookmark bars into a single bar per window, rather than one per tab.
pinkerton@chromium.org
2009-04-14
11
-118
/
+191
*
Prevent an extension from double observing a message filter.
maruel@chromium.org
2009-04-14
2
-13
/
+25
*
Revert "Add JsonSchema-based validation for the tab APIs."
aa@chromium.org
2009-04-14
2
-96
/
+0
*
TBR: Fix unit tests, line endings.
aa@chromium.org
2009-04-14
1
-2
/
+2
*
Add JsonSchema-based validation for the tab APIs.
aa@chromium.org
2009-04-14
2
-0
/
+96
*
Fix a crash where the ResourceMessageFilter is deleted before a
paulg@google.com
2009-04-14
8
-35
/
+109
[next]