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
/
cocoa
Commit message (
Expand
)
Author
Age
Files
Lines
*
Correct logic that changes throbber states such that it will stay in the "wai...
pinkerton@chromium.org
2009-06-22
1
-6
/
+10
*
Adds a missing call to TabContents::WasHidden() on Mac.
rohitrao@chromium.org
2009-06-22
2
-12
/
+15
*
Fix download shelf display bug.
thakis@chromium.org
2009-06-20
1
-0
/
+3
*
back out r18853
jeremy@chromium.org
2009-06-19
3
-461
/
+0
*
This patch adds Cocoa editing selectors to the RenderViewWidgetHostMac class.
jeremy@chromium.org
2009-06-19
3
-0
/
+461
*
Add "Show all downloads" link to download shelf.
thakis@chromium.org
2009-06-19
2
-0
/
+34
*
Fix compile error.
pinkerton@chromium.org
2009-06-19
1
-1
/
+1
*
Make escape close the prefs window.
pinkerton@chromium.org
2009-06-19
1
-0
/
+7
*
Implement restoring closed tab menu item. Reworked cross-platform code to han...
pinkerton@chromium.org
2009-06-19
1
-5
/
+12
*
Initial download shelf on OS X.
thakis@chromium.org
2009-06-18
12
-10
/
+680
*
Reverting r18743, the rest of it.
avi@google.com
2009-06-18
3
-0
/
+202
*
Reverting r18743.
avi@google.com
2009-06-18
2
-28
/
+8
*
Fix an uninitialized variable that valgrind complains about.
stuartmorgan@chromium.org
2009-06-18
1
-2
/
+4
*
Committed wrong patchset for r18743. This should have been included.
avi@google.com
2009-06-18
1
-4
/
+6
*
Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to
avi@google.com
2009-06-18
5
-210
/
+26
*
Quick spelling fix.
avi@google.com
2009-06-18
1
-3
/
+3
*
Implements the Page Info window on Mac.
mark@chromium.org
2009-06-17
4
-0
/
+454
*
Use a pdf instead of a png for incognito badge.
pinkerton@chromium.org
2009-06-16
1
-1
/
+1
*
Fix http://crbug.com/13971: OSX: Text copied from Omnibox is styled
jeremy@chromium.org
2009-06-15
4
-4
/
+152
*
Fix a leak in CocoaUtils::SkBitmapToNSImage
nirnimesh@chromium.org
2009-06-15
1
-0
/
+1
*
Popuplate bookmark menus on 1st launch.
jrg@chromium.org
2009-06-15
2
-3
/
+22
*
Badge browser window with incognito icon when in incognito mode
pinkerton@chromium.org
2009-06-15
1
-0
/
+28
*
Reduce header dependencies in browser/
phajdan.jr@chromium.org
2009-06-13
3
-0
/
+4
*
Add favicons to Mac bookmark bar.
jrg@chromium.org
2009-06-13
4
-6
/
+232
*
Changing the focus manager to not subclass HWNDs (but for the top-windows).Co...
jcampan@chromium.org
2009-06-12
2
-0
/
+5
*
Converts a private variable to use scoped_nsobject.
rohitrao@chromium.org
2009-06-10
2
-3
/
+4
*
Rename grow_box_view.m to grow_box_view.mm.
rohitrao@chromium.org
2009-06-10
1
-0
/
+0
*
Modifies the growbox behavior to be more Mac-like.
rohitrao@chromium.org
2009-06-09
3
-6
/
+81
*
Add a stack-based class for property disabling and re-enabling screen updatin...
pinkerton@chromium.org
2009-06-09
1
-4
/
+3
*
Implement default search popup.
pinkerton@chromium.org
2009-06-09
5
-0
/
+289
*
Bookmark bar, now with buttons.
jrg@chromium.org
2009-06-08
27
-238
/
+896
*
Only allow tabs to be dragged between compatible windows.
shess@chromium.org
2009-06-06
4
-1
/
+30
*
Better behavior for ctrl-k: If we're already in forced_query mode, re-select ...
pkasting@chromium.org
2009-06-05
2
-1
/
+6
*
Implement table for custom home pages at startup on Mac.
pinkerton@chromium.org
2009-06-05
5
-37
/
+458
*
Move download shelf from per-tab to per-window. Also disable auto-hiding of
thakis@chromium.org
2009-06-04
2
-1
/
+26
*
Implemented a large chunk of the "user data" panel. Hooked the "under the hoo...
pinkerton@chromium.org
2009-06-03
2
-7
/
+105
*
Display a tooltip when mousing over a tab title.
jeremy@chromium.org
2009-06-02
3
-0
/
+26
*
Adds mouseover images to the close tab button on Mac.
rohitrao@chromium.org
2009-06-02
2
-0
/
+32
*
Implement Clear Browser Data for Mac as an app modal dialog. Uses the profile...
pinkerton@chromium.org
2009-05-29
5
-44
/
+291
*
This fixes the problem of the status bubble obscuring the download shelf.
mirandac@chromium.org
2009-05-27
2
-0
/
+5
*
Use correct branding on the "make default browser" button. Create a new local...
pinkerton@chromium.org
2009-05-27
2
-0
/
+46
*
Add shift-zoom to maximize.
pinkerton@chromium.org
2009-05-27
1
-0
/
+7
*
Fix issue where cmd-w was hard-coded to closing a browser tab regardless of t...
pinkerton@chromium.org
2009-05-27
4
-0
/
+28
*
File bug for a NOTIMPLEMENTED, remove a couple others.
pinkerton@chromium.org
2009-05-26
1
-3
/
+2
*
Correct the hit testing so that the window controls and title bar will get ta...
pinkerton@chromium.org
2009-05-26
1
-0
/
+13
*
Try to fix more Mac bustage.
pkasting@chromium.org
2009-05-22
1
-3
/
+2
*
Use a NotificationRegistrar to listen for notifications.
pkasting@chromium.org
2009-05-22
2
-7
/
+5
*
Fix bug 12468 where F3 (FindNext) in a brand new tab was not using prepopulat...
finnur@chromium.org
2009-05-22
1
-3
/
+3
*
Fix a lot of jankiness during tab dragging. Fix dragging last tab in a differ...
pinkerton@chromium.org
2009-05-22
5
-222
/
+335
*
Support middle-click-to-close on the Mac.
stuartmorgan@chromium.org
2009-05-22
1
-0
/
+8
[next]