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
/
ui
/
cocoa
/
browser_window_controller.mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Grab bag of bugfixes for Lion fullscreen mode.
rohitrao@chromium.org
2011-08-09
1
-2
/
+6
*
Fix findbar z-ordering issue in fullscreen mode.
rohitrao@chromium.org
2011-08-09
1
-2
/
+5
*
[Mac] Unspoofable infobars v3.
rsesek@chromium.org
2011-08-05
1
-1
/
+1
*
[Sync] [Mac] Show sync menu item in app menu even in incognito mode
akalin@chromium.org
2011-08-05
1
-3
/
+6
*
Fullscreen support for Lion.
rohitrao@chromium.org
2011-08-04
1
-163
/
+127
*
Multi-Profiles: Only show the avatar icon if user has multiple profiles
sail@chromium.org
2011-08-04
1
-2
/
+16
*
[Mac] Do not invoke two-finger gestures if the Y direction was stronger than ...
rsesek@chromium.org
2011-08-02
1
-10
/
+23
*
[Mac] Partial revert of r94122 to have three-finger gestures not respect the ...
rsesek@chromium.org
2011-08-02
1
-8
/
+1
*
[Mac] Respect natural/inverted scroll direction on Lion when gesturing.
rsesek@chromium.org
2011-07-26
1
-5
/
+21
*
[Mac] Don't call -[NSEvent touchesMatchingPhase:inView:] if we don't intend t...
rsesek@chromium.org
2011-07-25
1
-1
/
+3
*
[Mac] Add two-finger gesture support for Lion, which respects the system pref...
rsesek@chromium.org
2011-07-22
1
-1
/
+93
*
Animate windows in on Lion.
avi@chromium.org
2011-07-21
1
-1
/
+14
*
Multi-Profiles: Enable multi-profiles by default for views ui
sail@chromium.org
2011-07-10
1
-1
/
+2
*
Multi-Profiles: Add customize profile menu item
sail@chromium.org
2011-07-08
1
-2
/
+2
*
[Mac] Put the multi-profile avatar in the window frame.
rsesek@chromium.org
2011-06-29
1
-62
/
+27
*
Fix flashing FindBar when resizing popups on Mac OS. Use correct themePattern...
jennb@chromium.org
2011-06-27
1
-11
/
+20
*
Move app/mac/ files to ui/gfx/mac/ directory.
tfarina@chromium.org
2011-06-22
1
-6
/
+6
*
[Mac] Revert unspoofable infobars v2.
rsesek@chromium.org
2011-06-21
1
-5
/
+1
*
[Mac] Add the ability to rebuild items in the main menubar when the profile c...
rsesek@chromium.org
2011-06-17
1
-0
/
+4
*
[Mac] Unspoofable infobars v2.
rsesek@chromium.org
2011-06-17
1
-1
/
+5
*
In M13 we made tabs and toolbars much lighter.
sail@chromium.org
2011-06-17
1
-1
/
+5
*
Reverted r88133 (http://codereview.chromium.org/7065054/) , and removed only ...
shinyak@google.com
2011-06-16
1
-1
/
+2
*
Enforce different min size for popups than tabbed browsers on MacOSX.
jennb@chromium.org
2011-06-09
1
-5
/
+20
*
Fix OS full-screen button on FutureCat. The full-screen button should trigger
mark@chromium.org
2011-06-09
1
-24
/
+5
*
Removed the code that checks the tab number.
shinyak@google.com
2011-06-07
1
-3
/
+2
*
Move the little infobar code from TabContents to TabContentsWrapper.
jam@chromium.org
2011-05-18
1
-2
/
+7
*
[Mac] Mark BrowserWindowController's window as non-restorable.
rsesek@chromium.org
2011-05-09
1
-3
/
+11
*
Browser::Type cleanup.
jianli@chromium.org
2011-05-05
1
-9
/
+8
*
PreviewableContentsController::hidePreview works with prerender on OSX.
cbentzel@chromium.org
2011-05-03
1
-3
/
+2
*
Add and use gfx::ScopedNSGraphicsContextState (ui/gfx/scoped_ns_graphics_cont...
rsesek@chromium.org
2011-04-27
1
-2
/
+2
*
[Mac] First pass at multiple selection in the tabstrip.
rsesek@chromium.org
2011-04-21
1
-7
/
+8
*
Commit Instant if needed before handling a web page context menu.
maf@chromium.org
2011-04-16
1
-0
/
+7
*
[Mac] Update infobars to the new style and remove the current anti-spoof bulge.
rsesek@chromium.org
2011-04-15
1
-0
/
+10
*
Mac: Make the zoom gesture less sensitive.
thakis@chromium.org
2011-03-31
1
-1
/
+1
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
1
-1
/
+1
*
Theme system cleanup
erg@google.com
2011-03-23
1
-1
/
+1
*
Profile shouldn't own BrowserThemeProviders; A ThemeService should and should...
erg@google.com
2011-03-22
1
-1
/
+2
*
Add Lion button, wire it up to enter our full-screen.
avi@chromium.org
2011-03-21
1
-0
/
+38
*
Account for bookmark bar height when launching Instant from NTP
isherman@chromium.org
2011-03-19
1
-0
/
+6
*
FindBar moves when selection is underneath it.
thakis@chromium.org
2011-03-10
1
-0
/
+12
*
Make BrowserWindow::Activate() to actually activate on Mac.
dimich@chromium.org
2011-03-09
1
-0
/
+3
*
Rename TreeNode::GetParent() to TreeNode::parent(). Part 2
tfarina@chromium.org
2011-03-08
1
-1
/
+1
*
Get rid of a bunch of includes to old locations of headers.
jam@chromium.org
2011-03-02
1
-2
/
+2
*
[Mac] Fix the z-order of the findbar in relation to infobars.
rsesek@chromium.org
2011-02-22
1
-1
/
+1
*
[Mac] Fix cut-off Browser chrome when opening Tabpose with an infobar showing.
rsesek@chromium.org
2011-02-18
1
-5
/
+30
*
[Mac] Implement unspoofable infobars.
rsesek@chromium.org
2011-02-02
1
-6
/
+6
*
Remove user-related data from local_state and add to user_preferences, in pr...
mirandac@chromium.org
2011-02-02
1
-2
/
+4
*
[Mac] Organize some files into chrome/browser/ui/cocoa/tab_contents/.
rsesek@chromium.org
2011-01-24
1
-3
/
+3
*
Move l10n_util to ui/base
ben@chromium.org
2011-01-21
1
-2
/
+2
*
Revert 72153 - Remove user-related data from local_state and add to user_pre...
mirandac@chromium.org
2011-01-21
1
-4
/
+2
[next]