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
/
views
/
frame
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix find bar scrolling with the page after switching back to tab.
simonrad@chromium.org
2009-11-18
1
-8
/
+7
*
Remove new tabstrip code. Going to try doing this a different way.
ben@chromium.org
2009-11-17
14
-74
/
+56
*
Implement web app shortcuts natively per issue 25528
xiyuan@chromium.org
2009-11-17
2
-1
/
+6
*
[Linux] Hide fullscreen bubble when kiosk mode is active.
mhm@chromium.org
2009-11-17
1
-2
/
+2
*
Revert 32012-32017
mhm@chromium.org
2009-11-15
2
-22
/
+5
*
fix nits
mhm@chromium.org
2009-11-15
1
-2
/
+2
*
small mistake
mhm@chromium.org
2009-11-15
1
-1
/
+1
*
Fix nits
mhm@chromium.org
2009-11-15
1
-3
/
+3
*
rebase
mhm@chromium.org
2009-11-15
2
-5
/
+22
*
Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...
erg@google.com
2009-11-13
6
-12
/
+12
*
Focus fix for compact navigation bar.
oshima@chromium.org
2009-11-12
3
-1
/
+11
*
Fix jumping/resize/relayout of NTP/webpages when switching between NTP and an...
simonrad@chromium.org
2009-11-11
1
-7
/
+15
*
BrowserTabStrip should not be a TabStrip2 subclass, instead, it should just u...
ben@chromium.org
2009-11-09
1
-3
/
+3
*
Kiosk Mode implementation.
mhm@chromium.org
2009-11-09
2
-2
/
+17
*
Move all the stuff relating to detached tab dragging out of BrowserFrameWin a...
ben@chromium.org
2009-11-07
2
-87
/
+6
*
Fix style issues in View class.
maruel@chromium.org
2009-11-07
1
-2
/
+2
*
Fix the chrome app icon on windows
tc@google.com
2009-11-05
1
-1
/
+2
*
Show only one app menu. Cole pointed out that ChromeOS currently has two almo...
oshima@chromium.org
2009-11-05
2
-8
/
+8
*
Ensure that overlay does not appear in incognito mode.
mirandac@chromium.org
2009-11-05
1
-1
/
+2
*
Show a warning when the history files can't be read correctly.
pkasting@chromium.org
2009-10-30
2
-4
/
+4
*
Move chromeos code to namespace chromeos.
chocobo@google.com
2009-10-30
1
-2
/
+2
*
Use the new SearchVersusNavigateClassifier in BrowserRootView. Patch by Thia...
pkasting@chromium.org
2009-10-29
2
-20
/
+14
*
Fix and re-enable a test I broke with the find bar changes I made last night.
ben@chromium.org
2009-10-29
1
-3
/
+4
*
CompactLocationBar 1st step:
oshima@chromium.org
2009-10-28
3
-2
/
+15
*
CompactNavigationBar for toolkit views build, with some design change per Col...
oshima@chromium.org
2009-10-26
4
-11
/
+26
*
Fix regression where popups and app frames lost their titlebars.
ben@chromium.org
2009-10-26
1
-1
/
+5
*
Make sure the RootView is sized to the correct bounds when the opaque frame i...
ben@chromium.org
2009-10-23
2
-80
/
+14
*
* Moved panel controller to chromeos directory
oshima@chromium.org
2009-10-22
5
-38
/
+157
*
Enable System Context Menu for linux views.
oshima@chromium.org
2009-10-22
3
-6
/
+22
*
Gets status bubbles on views/gtk to correctly track when the parent
sky@chromium.org
2009-10-21
2
-0
/
+25
*
Allow ESC to cancel ALT+SHIFT+T in Toolbar.
mhm@chromium.org
2009-10-20
1
-7
/
+1
*
Fix bubbles deactivating the opaque frame.
ben@chromium.org
2009-10-20
1
-8
/
+8
*
Remove +x bit from files that shouldn't have it.
evan@chromium.org
2009-10-20
1
-0
/
+0
*
PanelControler support
oshima@chromium.org
2009-10-20
2
-4
/
+33
*
Don't use gtk_dialog_run for extension install errors because
tony@chromium.org
2009-10-20
1
-2
/
+2
*
Do work necessary to make Views About panel work on Chrome OS. This is to be ...
davemoore@chromium.org
2009-10-19
1
-1
/
+2
*
Fix a whole category of frame switching bugs relating to the window z-order b...
ben@chromium.org
2009-10-15
2
-10
/
+34
*
Show "Loading" bubble while loading a theme.
avi@chromium.org
2009-10-15
2
-0
/
+17
*
Hides the control buttons for browser when maximized on chrome
sky@chromium.org
2009-10-14
2
-11
/
+39
*
Gets the full screen bubble to work on views/gtk.
sky@chromium.org
2009-10-14
2
-5
/
+14
*
Add ChromeOS controls to BrowserView
oshima@chromium.org
2009-10-14
2
-3
/
+33
*
Couple of views/gtk tweaks:
sky@chromium.org
2009-10-13
2
-0
/
+6
*
WidgetWin was an accelerator target, it does not need to.
jcampan@chromium.org
2009-10-13
2
-6
/
+0
*
include CHROMEOS files and defintions in TOOLKIT_VEIWS build.
oshima@chromium.org
2009-10-12
1
-0
/
+3
*
Move native_widget_types and gtk_native_view_id_manager from base/gfx to
brettw@chromium.org
2009-10-11
1
-1
/
+1
*
Windows: use NtpBackgroundUtil to draw detached bookmark bar.
estade@chromium.org
2009-10-09
1
-6
/
+21
*
Converts info bubbles on views/gtk from popups to normal windows to
sky@chromium.org
2009-10-07
2
-2
/
+3
*
Find-in-bar would steal focus when switching tab.
jcampan@chromium.org
2009-10-02
1
-2
/
+0
*
Attempt to fix the Linux views build
jam@chromium.org
2009-10-02
1
-2
/
+1
*
Don't send tab switching/killing/creating keyboard accelerators to pages. Th...
jam@chromium.org
2009-10-02
2
-0
/
+21
[next]