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
*
BookmarkBubble.xib - Change control from combobox to popup button. The massiv...
dmaclach@chromium.org
2009-11-11
3
-133
/
+189
*
Update zoom/close/miniaturize button based on cursor location after the window
dmaclach@chromium.org
2009-11-11
1
-0
/
+12
*
TBR: pkasting
akalin@chromium.org
2009-11-11
2
-131
/
+21
*
Added RemoveGroupFromView().
akalin@chromium.org
2009-11-11
1
-3
/
+7
*
Made RemoveViewFromView() handle top-most subviews.
akalin@chromium.org
2009-11-11
1
-3
/
+9
*
Added vertical shift for sync stuff.
akalin@chromium.org
2009-11-11
1
-5
/
+4
*
Grouped sync controls and remove them properly.
akalin@chromium.org
2009-11-11
2
-22
/
+21
*
Moved pref stuff to the right place.
akalin@chromium.org
2009-11-11
1
-10
/
+10
*
Implemented sync button action.
akalin@chromium.org
2009-11-11
2
-0
/
+26
*
Hooked up sync service to preferences dialog.
akalin@chromium.org
2009-11-11
2
-2
/
+78
*
"Am I on the right thread?" DCHECKs for StatusBubbleMac.
mark@chromium.org
2009-11-11
1
-2
/
+9
*
Revert r31647 again, I have enough perf data
thakis@chromium.org
2009-11-11
3
-58
/
+8
*
Mac: Use native folder icons for the bookmark bar.
thakis@chromium.org
2009-11-11
3
-8
/
+58
*
Add support for slowing down all animations on the Mac by using the shift and/or
dmaclach@chromium.org
2009-11-10
8
-20
/
+29
*
[Mac] L10N cleanup of report a bug
thomasvl@chromium.org
2009-11-10
2
-27
/
+45
*
[Mac] Fix a leak in HyperlinkButtonCell
rsesek@chromium.org
2009-11-10
1
-1
/
+1
*
Add confirmation on extension uninstallation.
finnur@chromium.org
2009-11-10
1
-6
/
+9
*
Get rid of flickering of the old tab in the content area, caused by not drawi...
pinkerton@chromium.org
2009-11-09
1
-1
/
+4
*
Landing georgey's CL
jcampan@chromium.org
2009-11-09
1
-11
/
+11
*
[Mac] Adds a "fast resize mode" in which the RenderWidgetHostViewCocoa is cli...
rohitrao@chromium.org
2009-11-09
8
-2
/
+178
*
Make the target window main when dragging a tab onto it so it looks more like...
pinkerton@chromium.org
2009-11-09
1
-1
/
+7
*
Makes the window not autocalculate its content border thickness, and fixes it
dmaclach@chromium.org
2009-11-09
2
-8
/
+27
*
Theme the text of the download item so it's readable with dark themes.
avi@chromium.org
2009-11-09
1
-0
/
+23
*
Fix tests.
thakis@chromium.org
2009-11-09
1
-2
/
+5
*
Make download items less annoying by handling clicks more correctly.
thakis@chromium.org
2009-11-09
1
-12
/
+15
*
Mac: Theme "Show all downloads..." link.
thakis@chromium.org
2009-11-09
4
-3
/
+53
*
Mac: Let status bubble dodge to the right if necessary.
thakis@chromium.org
2009-11-09
1
-14
/
+31
*
Mac: Make download shelf use GTM ui stuff.
thakis@chromium.org
2009-11-09
3
-64
/
+4
*
Kiosk Mode implementation.
mhm@chromium.org
2009-11-09
2
-0
/
+5
*
Fix NSString conversions to treat a null NSString as a string of length 0, in...
mirandac@chromium.org
2009-11-08
2
-11
/
+7
*
Allow return key to add new line in description text field.
mirandac@chromium.org
2009-11-07
2
-2
/
+18
*
Mac: fix tab closure problem when close tab buttons not shown.
viettrungluu@chromium.org
2009-11-07
1
-2
/
+7
*
Adds hover and pressed states for the newtab button on the Mac.
dmaclach@chromium.org
2009-11-06
2
-5
/
+38
*
Bulletproof the url going into a std::string and ensure it's not going to
pinkerton@chromium.org
2009-11-06
1
-5
/
+12
*
Added menu item for sync to wrench menu.
akalin@chromium.org
2009-11-06
3
-0
/
+151
*
Revert 31284 - Added menu item for sync to wrench menu.
willchan@chromium.org
2009-11-06
3
-149
/
+0
*
Added menu item for sync to wrench menu.
akalin@chromium.org
2009-11-06
3
-0
/
+149
*
Mac: show correct default favicon in tab strip.
viettrungluu@chromium.org
2009-11-06
2
-3
/
+8
*
Some style cleanup from comments after commit.
thomasvl@chromium.org
2009-11-06
1
-12
/
+15
*
Fix ReportBug dialog so that cancel button moves with the send button as it e...
mirandac@chromium.org
2009-11-06
2
-3
/
+11
*
Prevent being caught in a drag without the correct set up being first perform...
pinkerton@chromium.org
2009-11-06
1
-2
/
+11
*
Fix issue where transparent window background wouldn't show up until after yo...
pinkerton@chromium.org
2009-11-06
1
-21
/
+33
*
[Mac] Prefs l10n width tweaks
thomasvl@chromium.org
2009-11-06
1
-10
/
+97
*
Fix crasher caused by not checking for empty strings before converting.
mirandac@chromium.org
2009-11-06
1
-4
/
+4
*
Delete several empty files (chrome/browser/cocoa/tab_cell*).
viettrungluu@chromium.org
2009-11-06
3
-0
/
+0
*
Broke a couple of unit tests while bringing them up-to-date with CocoaTest.
mrossetti@chromium.org
2009-11-06
2
-3
/
+1
*
Implement Bookmark All Tabs... Added an abstraction of BookmarkEditorControll...
mrossetti@chromium.org
2009-11-06
9
-428
/
+911
*
Do not send input menu toggle events to the web.
thakis@chromium.org
2009-11-06
2
-28
/
+6
*
[Mac] Draw the results label correctly in the findbar.
rohitrao@chromium.org
2009-11-06
22
-194
/
+997
*
[Mac] Delay TabContents::Close() when event-tracking.
shess@chromium.org
2009-11-06
1
-11
/
+0
[next]