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: Fix cert text y pos.
thakis@chromium.org
2010-02-25
1
-1
/
+1
*
Don't make pause/resume item in download context menu a check item (the name ...
estade@chromium.org
2010-02-25
1
-10
/
+10
*
Removal of GTMTheme gradient use. Unthemed incognito windows now are fully dr...
avi@chromium.org
2010-02-25
11
-132
/
+223
*
Disable scroll bars on resizing popups below a maximum size.
skerner@chromium.org
2010-02-25
3
-15
/
+40
*
Translate Infobars for OS X.
jeremy@chromium.org
2010-02-25
4
-2
/
+702
*
Base coordinate system != Window base coordinate system. Marking things to be...
avi@chromium.org
2010-02-25
9
-0
/
+12
*
[Mac] fix license nits found by the presubmit scripts in mac-specific code
evan@chromium.org
2010-02-25
12
-18
/
+18
*
BUG=none
jrg@chromium.org
2010-02-25
3
-1
/
+12
*
BUG=http://crbug.com/36763
jrg@chromium.org
2010-02-25
1
-1
/
+1
*
Handle keyboard events correctly in extension popups.
suzhe@chromium.org
2010-02-25
2
-3
/
+10
*
Mac bookmark mgr: Fix an intermittent exception after right-clicking.
snej@chromium.org
2010-02-25
1
-3
/
+6
*
Disable two tests that fail on the Mac tsan bots.
rohitrao@chromium.org
2010-02-25
1
-2
/
+6
*
Fix broken cert-info sheets on Mac.
snej@chromium.org
2010-02-25
1
-3
/
+3
*
Custom "menus" for the bookmark bar folders.
jrg@chromium.org
2010-02-24
23
-129
/
+2296
*
[Mac] Implement HTML5 database items in "Cookies and Other Data" dialog.
evan@chromium.org
2010-02-24
5
-13
/
+113
*
[Mac] Remove the 14px vertical offset for fullscreen windows that are not on ...
rohitrao@chromium.org
2010-02-24
3
-10
/
+27
*
Fix for tab key view loop issue with Autofill dialog.
dhollowa@chromium.org
2010-02-24
3
-12
/
+13
*
[Mac] Fix themes for fullscreen windows.
rohitrao@chromium.org
2010-02-24
1
-0
/
+9
*
Reverting the revert, reinstating 39825. FindBarTextFieldCellTest.FocusedDisp...
avi@chromium.org
2010-02-24
6
-53
/
+77
*
Reverting r39825.
avi@chromium.org
2010-02-24
6
-77
/
+53
*
Next batch of changes to kill GTMTheme.
avi@chromium.org
2010-02-24
6
-53
/
+77
*
[Mac] Register for screen changed notifications and resize the fullscreen win...
rohitrao@chromium.org
2010-02-24
4
-29
/
+77
*
These changes connect the AutoFill UI on the Mac with the back-end data store...
dhollowa@chromium.org
2010-02-23
7
-23
/
+143
*
Make unit_tests NSMenuItemAdditionsTest.TestMOnDifferentLayouts pass on Mac
mark@chromium.org
2010-02-23
1
-17
/
+13
*
[Mac] Skip the failing test on 10.6 so we can spin up bots as green while the...
thomasvl@chromium.org
2010-02-23
1
-0
/
+14
*
Another pass at removal of GTMTheme. Also fixes unreadability of bookmark bar...
avi@chromium.org
2010-02-23
16
-96
/
+116
*
Whitespace!
mark@chromium.org
2010-02-23
1
-1
/
+4
*
[Mac] Only hide the menubar if the fullscreen window is on the main screen.
rohitrao@chromium.org
2010-02-23
2
-11
/
+16
*
[Mac] Fix a crash when switching to a fullscreen window after rearranging mon...
rohitrao@chromium.org
2010-02-22
1
-1
/
+10
*
Remove more TODOs that are un-necessary
pinkerton@chromium.org
2010-02-22
2
-9
/
+0
*
[Mac] Request/Release the fullscreen lock whenever a window gains or loses ma...
rohitrao@chromium.org
2010-02-22
5
-14
/
+52
*
Mac: Implement most of the content settings dialog.
thakis@chromium.org
2010-02-22
2
-1
/
+150
*
Mac: Move prefs around in preparation for the content settings window.
thakis@chromium.org
2010-02-22
11
-54
/
+225
*
Mac: Show content blocked bubbles.
thakis@chromium.org
2010-02-21
5
-4
/
+543
*
Mac: make Esc close the Search Engines dialog.
viettrungluu@chromium.org
2010-02-20
1
-1
/
+7
*
[Mac] Always update the status bubble size when going fullscreen.
rohitrao@chromium.org
2010-02-19
1
-1
/
+2
*
Mac: enable minimize in fullscreen mode.
viettrungluu@chromium.org
2010-02-19
1
-1
/
+12
*
Added Shift-Reload support for Mac.
bauerb@chromium.org
2010-02-19
1
-0
/
+4
*
Move pref_{member,service} and important_file_writer from chrome/common
phajdan.jr@chromium.org
2010-02-19
20
-24
/
+24
*
Pulled out Callback code into base/callback.h. This is the first step toward...
akalin@chromium.org
2010-02-19
2
-0
/
+2
*
Fix dock icon while downloading.
avi@chromium.org
2010-02-19
1
-4
/
+2
*
Support dragging a virtual file out of the browser on Linux. This is based on...
jianli@chromium.org
2010-02-19
1
-67
/
+8
*
Mac fullscreen: prevent mouse clicks on overlay from passing through to content.
viettrungluu@chromium.org
2010-02-18
1
-0
/
+18
*
Mac: allow Esc in the Omnibox to give up focus in fullscreen mode.
viettrungluu@chromium.org
2010-02-18
3
-0
/
+19
*
Incremental addition to preferences_window_controller that handles the button...
dhollowa@chromium.org
2010-02-18
2
-16
/
+99
*
Allow the Mac theme provider to give default colors/tints if requested. Switc...
avi@chromium.org
2010-02-17
3
-43
/
+30
*
Fix dock icon to properly pick up pasted-on app icons.
avi@chromium.org
2010-02-17
1
-1
/
+6
*
Mac: prevent the overlay from sliding in and out on fullscreen mode switch.
viettrungluu@chromium.org
2010-02-17
6
-10
/
+60
*
This fixes the Mac regression in the startup perf tests by removing the
mirandac@chromium.org
2010-02-17
1
-25
/
+30
*
[Mac] Adds grippys to the left side of the Browser Actions container to resiz...
andybons@chromium.org
2010-02-17
5
-37
/
+77
[next]