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
/
views
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
47
-78
/
+77
*
Small clean-up to not expose base::Process from RenderProcesHost, and instead...
jam@chromium.org
2009-11-13
1
-2
/
+1
*
Load default browser action icons only once per-window. This
aa@chromium.org
2009-11-13
2
-33
/
+31
*
Fix crash in BrowserActionButton::OnImageLoaded.
mpcomplete@chromium.org
2009-11-12
1
-0
/
+4
*
Focus fix for compact navigation bar.
oshima@chromium.org
2009-11-12
3
-1
/
+11
*
When extensions use notifications, display the name of the extension in UI ra...
johnnyg@chromium.org
2009-11-12
1
-2
/
+2
*
Allow script in notifications to close the notification by calling window.clo...
johnnyg@chromium.org
2009-11-12
2
-1
/
+12
*
Turn on sync for OS X (behind an --enable-sync switch).
akalin@chromium.org
2009-11-12
1
-1
/
+2
*
Fix jumping/resize/relayout of NTP/webpages when switching between NTP and an...
simonrad@chromium.org
2009-11-11
1
-7
/
+15
*
Change width of install bubble to avoid orphan.
aa@chromium.org
2009-11-11
1
-1
/
+1
*
Add a close button to ExtensionInstalledBubble.
rafaelw@chromium.org
2009-11-11
1
-4
/
+37
*
A large number of style nits in preparation for turning on automated cpplint.py.
erg@google.com
2009-11-11
8
-10
/
+10
*
Fixes possible crash during tab dragging. The code was invoking
sky@chromium.org
2009-11-11
2
-8
/
+18
*
Speculative fix for a common crash. We were leaking the
aa@chromium.org
2009-11-11
1
-0
/
+1
*
Avoid inconsistent state (leading to checkfailures) due to Windows minimize/r...
pkasting@chromium.org
2009-11-11
6
-161
/
+48
*
Adds a 'V8' column to task manager to track amount of memory in JavaScript heap
jamesr@chromium.org
2009-11-11
1
-0
/
+11
*
Fixes regression in showing bookmark menus where the wrong menu would
sky@chromium.org
2009-11-11
1
-3
/
+5
*
Adding a couple of missing parts for extensios on linux/views.
oshima@chromium.org
2009-11-11
2
-8
/
+10
*
Added a flag to the Canvas class which allows forcing an RTL directionality
idana@chromium.org
2009-11-11
1
-4
/
+18
*
Fixed a label alignment issue in ConfirmMessageBoxDialog.
idana@chromium.org
2009-11-10
1
-13
/
+2
*
Disabled extensions should be uninstallable.
finnur@chromium.org
2009-11-10
1
-1
/
+1
*
Fixes possible crash in showing bookmark menu. The problem occurred
sky@chromium.org
2009-11-10
1
-4
/
+15
*
implement "Learn more" link in "Aw snap" page.
kuan@chromium.org
2009-11-10
4
-14
/
+54
*
Adds an options menu to the frame of the desktop notification, for now with t...
johnnyg@chromium.org
2009-11-10
2
-3
/
+110
*
Add confirmation on extension uninstallation.
finnur@chromium.org
2009-11-10
1
-12
/
+23
*
Return false from TabContentsViewWin::HandleKeyboardEvent even if the tab con...
ananta@chromium.org
2009-11-10
1
-1
/
+4
*
fix hover animation regression.
oshima@chromium.org
2009-11-09
3
-12
/
+16
*
Slow down animations for the tabstrip so they're visible again.
ben@chromium.org
2009-11-09
1
-4
/
+4
*
Reverting 31479.
jcampan@chromium.org
2009-11-09
1
-2
/
+6
*
Refactored FindBarHost/View to create DropdownBarHostView, which I'm plannig ...
oshima@chromium.org
2009-11-09
12
-504
/
+762
*
Tentatively reenabling tests now that I fixed a test running before this one
jcampan@chromium.org
2009-11-09
1
-6
/
+2
*
BrowserTabStrip should not be a TabStrip2 subclass, instead, it should just u...
ben@chromium.org
2009-11-09
3
-21
/
+27
*
Adds more debugging code in hopes of figuring out why on dragging the
sky@chromium.org
2009-11-09
1
-26
/
+9
*
Try one other thing temporarily to try to determine cause for a flaky test.
finnur@chromium.org
2009-11-09
1
-1
/
+5
*
Fix for a test that was sending a Ctrl-Esc instead of Esc key events.
jcampan@chromium.org
2009-11-09
1
-1
/
+1
*
Mac: Let status bubble dodge to the right if necessary.
thakis@chromium.org
2009-11-09
1
-1
/
+1
*
Kiosk Mode implementation.
mhm@chromium.org
2009-11-09
2
-2
/
+17
*
Remove flaky label for FindInPageControllerTest.FindDisappearOnNavigate
finnur@chromium.org
2009-11-08
1
-3
/
+1
*
Fix toolkit_views build
ben@chromium.org
2009-11-08
1
-3
/
+3
*
Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...
ben@chromium.org
2009-11-07
4
-87
/
+109
*
DevTools: Wire Ctrl+Shift+I to DevTools, Ctrl+Shift+J to JavaScript console. ...
pfeldman@chromium.org
2009-11-07
1
-2
/
+2
*
Reland Extension Installed InfoBubble
rafaelw@chromium.org
2009-11-07
8
-21
/
+412
*
Fix style issues in View class.
maruel@chromium.org
2009-11-07
15
-44
/
+44
*
Ninth patch in making destructors of refcounted objects private.
jam@chromium.org
2009-11-07
3
-4
/
+10
*
Temporary disabling interactive tests that are failing on the build bot
jcampan@chromium.org
2009-11-07
1
-2
/
+6
*
Fix various problems with inline autocomplete and URLs that change length dur...
pkasting@chromium.org
2009-11-07
2
-8
/
+6
*
Revert 31322 - Extension Installed InfoBubble
willchan@chromium.org
2009-11-06
8
-412
/
+21
*
Adding traces to a test when it fails in the hope of at
finnur@chromium.org
2009-11-06
1
-14
/
+28
*
Extension Installed InfoBubble
rafaelw@chromium.org
2009-11-06
8
-21
/
+412
*
Part 2 of string cleanup in Sync:
munjal@chromium.org
2009-11-06
1
-2
/
+1
[next]