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
*
About box development.
jrg@chromium.org
2009-05-20
3
-0
/
+241
*
Support multi-touch gestures for back&forward.
pinkerton@chromium.org
2009-05-20
1
-0
/
+21
*
Temporarily disabling throbber to see if startup tests bot goes back to normal.
pinkerton@chromium.org
2009-05-20
1
-0
/
+4
*
Use GTM's l10n class to substitute the correctly branded string for "Quit Chr...
pinkerton@chromium.org
2009-05-20
2
-0
/
+52
*
Change some NOTIMPLMENTED() to tracking bugs because they are polluting the u...
shess@chromium.org
2009-05-20
2
-2
/
+2
*
When loading, change the tag on the "go button" to IDC_STOP so it executes th...
pinkerton@chromium.org
2009-05-20
2
-1
/
+14
*
Commit for Miranda.
glen@chromium.org
2009-05-19
1
-1
/
+1
*
Mac: Fix the Go button.
shess@chromium.org
2009-05-19
2
-3
/
+11
*
Implement a status throbber on the mac, currently using the Win artwork. Made...
pinkerton@chromium.org
2009-05-19
8
-14
/
+259
*
Adjust size of location bar, update preference panels to new appearance.
pinkerton@chromium.org
2009-05-18
5
-2
/
+111
*
Switch to a real API for putting titles in docked windows.
avi@chromium.org
2009-05-18
3
-36
/
+2
*
Fix for crash in empty home page field. Ensure pref gets set back to NTP. BUG...
pinkerton@chromium.org
2009-05-18
1
-1
/
+4
*
Linux: Take download shelf and infobar close animations into account during r...
estade@chromium.org
2009-05-15
2
-0
/
+6
*
Explicitly set the window title in the dock when minimizing a window/updating...
avi@google.com
2009-05-15
3
-18
/
+48
*
ChromeFont->gfx::Font
beng@google.com
2009-05-15
1
-3
/
+3
*
Provide one set of mac common app name defines for things that need the name ...
thomasvl@chromium.org
2009-05-14
1
-7
/
+2
*
Fixup colors for inactive tab.
jeremy@chromium.org
2009-05-14
1
-2
/
+2
*
Implement OS X Encoding Menu.
jeremy@chromium.org
2009-05-14
3
-0
/
+107
*
Revert "Implement OS X Encoding Menu."
tc@google.com
2009-05-14
3
-107
/
+0
*
Implement OS X Encoding Menu.
jeremy@chromium.org
2009-05-14
3
-0
/
+107
*
Add match count text to the GTK find bar. This also makes the bar wider.
brettw@chromium.org
2009-05-14
1
-3
/
+0
*
Enable basic saving/restoring window placements on Mac.
rohitrao@chromium.org
2009-05-14
2
-1
/
+103
*
Save/restore the focused subview.
avi@google.com
2009-05-13
2
-10
/
+7
*
Propagate intrinsic width notification over IPC in all cases (not just extens...
pinkerton@chromium.org
2009-05-13
1
-4
/
+1
*
Fix issue where dragging a newly created tab drags the entire window by comme...
pinkerton@chromium.org
2009-05-13
1
-1
/
+13
*
This CL updates chrome to the latest version of skia, retrieved via DEPS, and
senorblanco@chromium.org
2009-05-13
1
-1
/
+1
*
Fix for delegate ordering problem dragging tabs between windows. We now remov...
pinkerton@chromium.org
2009-05-12
4
-43
/
+49
*
Record UI metric for closing tabs with the mouse.
pinkerton@chromium.org
2009-05-12
1
-8
/
+13
*
Move the bookmark node iD generation to bookmark model isntead of
munjal@chromium.org
2009-05-12
2
-17
/
+12
*
Use Chrome facilities for omnibox state save and restore on Mac.
shess@chromium.org
2009-05-11
5
-26
/
+22
*
Add stubs for UserChangedThemes to Mac and Linux.
glen@chromium.org
2009-05-09
2
-0
/
+5
*
move this to app/gfx, part of previous commit
ben@chromium.org
2009-05-08
1
-1
/
+1
*
Fix default browser info string to change text and color instead of hiding/sh...
pinkerton@chromium.org
2009-05-08
1
-20
/
+50
*
Enable the zoom button and stub out an implementation until we can get the re...
pinkerton@chromium.org
2009-05-07
1
-6
/
+33
*
Fix bug with cocoa -> gfx coordinates.
pinkerton@chromium.org
2009-05-07
1
-1
/
+1
*
Still need to release all top-level objects of a nib.
avi@google.com
2009-05-07
1
-0
/
+1
*
Messed up dependency key in one case when applying feedback. TBR=thomasvl
pinkerton@chromium.org
2009-05-06
1
-1
/
+1
*
Implement most of the "basics" pref panel on Mac, including code to set the d...
pinkerton@chromium.org
2009-05-06
3
-15
/
+414
*
Find bar:
estade@chromium.org
2009-05-06
2
-3
/
+2
*
Move l10n_util to app/
ben@chromium.org
2009-05-05
3
-3
/
+3
*
Fixes for 10.6
jeremy@chromium.org
2009-05-05
1
-5
/
+34
*
FindBarView::UpdateForResult is not a good place to
finnur@chromium.org
2009-05-05
2
-0
/
+6
*
Linux: enable omni box ui test and automation proxy ui test.
estade@chromium.org
2009-05-05
1
-1
/
+4
*
Fixes focus issues when browsing on Mac.
rohitrao@chromium.org
2009-05-04
1
-2
/
+7
*
Reset the omnibox contents when the user reloads the page. Patch by Yusuke S...
pkasting@chromium.org
2009-05-04
2
-0
/
+5
*
Replace all occurrances of WebContents with TabContents.
brettw@chromium.org
2009-05-04
3
-24
/
+21
*
This is the first part of the PageAction implementation. More work is require...
finnur@chromium.org
2009-05-01
1
-0
/
+1
*
Changes the way we calculate hit rects in TabView to reduce
rohitrao@chromium.org
2009-04-30
1
-1
/
+9
*
Turn off unit test that fails on builder.
pinkerton@chromium.org
2009-04-30
1
-0
/
+4
*
Add notification (and unit test) for closing prefs window so it can be cleane...
pinkerton@chromium.org
2009-04-30
3
-5
/
+37
[next]