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
*
Mac: don't scale theme overlay image.
viettrungluu@chromium.org
2010-01-11
1
-6
/
+4
*
Fix mis-sized download shelf close button
feldstein@chromium.org
2010-01-11
1
-0
/
+3
*
Display folder icons for folder items in the menu and submenus.
pinkerton@chromium.org
2010-01-11
2
-0
/
+14
*
Implemented bookmark manager context menus.
snej@chromium.org
2010-01-11
5
-47
/
+210
*
Cocoa bookmarks manager fixes:
mark@chromium.org
2010-01-11
2
-4
/
+11
*
[Mac] Fixes regression where the I-Beam was not being shown when hovering ove...
andybons@chromium.org
2010-01-11
1
-4
/
+7
*
Implement HandleKeyboardEvent() method in HtmlDialog implementations.
suzhe@chromium.org
2010-01-11
1
-0
/
+15
*
Bookmark Manager key-equivalent improvements
snej@chromium.org
2010-01-08
3
-21
/
+112
*
Made MenuController handle dynamic labels.
akalin@chromium.org
2010-01-08
1
-0
/
+5
*
Simplified the api by replacing them with single Show(false) call and cleaned...
oshima@chromium.org
2010-01-08
2
-17
/
+4
*
Hook up the "show certificates" button in under the hood to launch the keycha...
pinkerton@chromium.org
2010-01-08
2
-118
/
+132
*
Move code duplicated in two tests up into the TestingProfile.
rsesek@chromium.org
2010-01-08
1
-51
/
+23
*
Revert 35703 - Move code duplicated in two tests up into the TestingProfile.
rsesek@chromium.org
2010-01-07
1
-22
/
+51
*
Move code duplicated in two tests up into the TestingProfile.
rsesek@chromium.org
2010-01-07
1
-51
/
+22
*
Fix stuck hover states on tab close buttons
feldstein@chromium.org
2010-01-07
3
-1
/
+40
*
Delete mysterious and spurious ^K character in bug_report_window_controller.h.
viettrungluu@chromium.org
2010-01-06
1
-1
/
+1
*
Mac: Make devtools window dockable.
thakis@chromium.org
2010-01-05
7
-22
/
+163
*
Add additional pasteboard tests to BookmarkTreeControllerTest.
snej@chromium.org
2010-01-05
3
-23
/
+110
*
Fix Popup Blockers close button
feldstein@chromium.org
2010-01-05
3
-3
/
+16
*
Mac: fix bookmark bar hide animation; also some clean-up.
viettrungluu@chromium.org
2010-01-05
1
-16
/
+16
*
[Mac] Implement WindowSizer::GetDefaultPopupOrigin()
rohitrao@chromium.org
2010-01-05
1
-0
/
+10
*
Native Cocoa bookmark manager, part 1
snej@chromium.org
2010-01-05
11
-1
/
+1641
*
Make cmd-{/} shortcut keys work on any keyboard layouts (including non-US one...
kinuko@chromium.org
2010-01-05
2
-5
/
+8
*
[Mac] Implement the cookie manager
rsesek@chromium.org
2010-01-05
7
-0
/
+911
*
style
thakis@chromium.org
2010-01-05
1
-3
/
+3
*
[Mac] Fixes bug where clicking a Browser Action button twice quickly will res...
andybons@chromium.org
2010-01-04
1
-0
/
+4
*
Mac: fix crashes related to detaching tabs.
viettrungluu@chromium.org
2010-01-04
2
-4
/
+16
*
Mac: Cmd-three finger swipe should open prev/next page in new tab.
thakis@chromium.org
2010-01-03
1
-3
/
+4
*
Make back forward menu model a MenuModel.
estade@chromium.org
2009-12-30
1
-11
/
+10
*
Added pause button to DownloadItemMac via IB and IBAction to receive the event.
thakis@chromium.org
2009-12-30
2
-0
/
+8
*
[Mac] Fixup the new tab button images
thomasvl@chromium.org
2009-12-30
1
-4
/
+14
*
[Mac] Implementation of Page Action tooltips. Also adds cursor rects to the a...
andybons@chromium.org
2009-12-29
7
-8
/
+84
*
Add the extension to the image name so we avoid warnings from ns_image_cache ...
thomasvl@chromium.org
2009-12-29
1
-2
/
+2
*
Include the reason in the notice for blocked content (for Mac, Win and Linux ...
evan@chromium.org
2009-12-28
1
-1
/
+2
*
Make infobars into accessibility groups.
avi@chromium.org
2009-12-28
1
-0
/
+11
*
Cleaning up the tab accessibility model.
avi@chromium.org
2009-12-28
2
-0
/
+46
*
Tagging a whole bunch of buttons with descriptions (via code; OS bug prevents...
avi@chromium.org
2009-12-28
2
-0
/
+45
*
Handle extensions correctly when the default download location is not writable
kinuko@chromium.org
2009-12-25
1
-1
/
+1
*
Remove "Import Cookies" option from "Import Bookmarks & Settings" dialog sinc...
jeremy@chromium.org
2009-12-24
2
-13
/
+2
*
Fixes bug where a Page Action icon was not being properly displayed upon page...
andybons@chromium.org
2009-12-24
2
-1
/
+33
*
Mac: Double-clicking tabs in the task manager should focus that tab.
thakis@chromium.org
2009-12-23
2
-3
/
+13
*
Mac: Hook up "End process" button on task manager.
thakis@chromium.org
2009-12-22
2
-5
/
+48
*
Make our toolbar tell accessibility it is a toolbar.
avi@chromium.org
2009-12-22
1
-0
/
+11
*
The bookmark bar with zero height should be explicitly hidden. This is requir...
avi@chromium.org
2009-12-22
2
-1
/
+6
*
[Mac] Fixes a bug where an ExtensionPopupController object's pointer was neve...
andybons@chromium.org
2009-12-21
4
-12
/
+19
*
Make AutocompleteTextField adhere to NSTextViewDelegate.
mark@chromium.org
2009-12-21
1
-1
/
+3
*
Fix some valgrind failures.
jrg@chromium.org
2009-12-21
6
-18
/
+72
*
Make the tab strip and tabs first-class accessibility objects.
avi@chromium.org
2009-12-21
2
-0
/
+28
*
Revert r35069
jeremy@chromium.org
2009-12-20
2
-2
/
+13
*
Remove "Import Cookies" option
jeremy@chromium.org
2009-12-20
2
-13
/
+2
[next]