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
*
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
*
Add a very basic preferences window controller with unit test. Fix the prefs ...
pinkerton@chromium.org
2009-04-30
3
-0
/
+106
*
Relanding this, it was missing the Mac unit-test change, that was breaking th...
jcampan@chromium.org
2009-04-30
1
-0
/
+2
*
Move window chrome into drag overlay so they stand out more during a drag out...
pinkerton@chromium.org
2009-04-29
2
-1
/
+14
*
Implement dropping of tabs into an existing tab strip from another window. Im...
pinkerton@chromium.org
2009-04-29
6
-41
/
+162
*
Adds items to the Window menu on Mac.
rohitrao@chromium.org
2009-04-29
1
-0
/
+21
*
Fix mac build break.
kuchhal@chromium.org
2009-04-28
1
-0
/
+1
*
Support for tabs reaching a threshold before tearing off (magnetism), showing...
pinkerton@chromium.org
2009-04-28
8
-86
/
+264
*
Unittest for FindBarBridge.
rohitrao@chromium.org
2009-04-28
1
-0
/
+33
*
Swap NOTIMPLEMENTED with a bug comment.
pinkerton@chromium.org
2009-04-28
1
-1
/
+1
*
Clean up construction of LocationBarViewMac objects.
shess@chromium.org
2009-04-27
3
-25
/
+2
*
Add a stub test for TabStripController. It doesn't fully work because of issues
pinkerton@chromium.org
2009-04-27
2
-1
/
+131
*
Remove a NOTIMPLEMENTED() that's not necessary on Mac.
pinkerton@chromium.org
2009-04-27
1
-1
/
+5
*
Unittest for FindBarCocoaController.
rohitrao@chromium.org
2009-04-24
5
-10
/
+105
*
Allow appkit-driven animations in unit tests to work correctly.
pinkerton@chromium.org
2009-04-23
2
-4
/
+5
*
Fix problem with bookmark bar introduced by window sharing; pref
jrg@chromium.org
2009-04-23
16
-172
/
+256
*
Fix DIR_SOURCE_ROOT to work in bundles like Chromium.app. Add more ui tests. ...
pinkerton@chromium.org
2009-04-22
6
-8
/
+28
*
Unit test for sad tab view.
pinkerton@chromium.org
2009-04-21
1
-0
/
+39
*
Unit tests for button cells we use in the UI.
pinkerton@chromium.org
2009-04-21
2
-0
/
+83
*
Add a bunch of basic unit tests for view classes.
pinkerton@chromium.org
2009-04-21
5
-0
/
+200
*
Rename web_contents_view to tab_contents_view to fix the mac build.
brettw@chromium.org
2009-04-21
1
-1
/
+1
*
Test forcing the display of the controller's view.
pinkerton@chromium.org
2009-04-20
3
-0
/
+11
*
Add a unit test for BaseView. Add a helper to get the contentView more easily.
pinkerton@chromium.org
2009-04-20
3
-1
/
+60
*
Initial implementation of the FindBar on Mac.
rohitrao@chromium.org
2009-04-17
12
-18
/
+492
*
Implement a unit test for the toolbar controller. Plumb the profile into the ...
pinkerton@chromium.org
2009-04-17
6
-19
/
+143
*
Add a test helper to pull out some common code. Add a test for tab controller...
pinkerton@chromium.org
2009-04-16
6
-28
/
+252
*
Reverting 13839,13838.
awalker@google.com
2009-04-16
4
-241
/
+2
*
Add a helper, and add the test file that broke the build.
pinkerton@chromium.org
2009-04-16
2
-0
/
+238
*
Allow unit_tests (and other non-bundle executables) to rely on objectiveC that's
pinkerton@chromium.org
2009-04-16
2
-2
/
+3
*
Fix regression I introduced where Stop/Go button would toggle state instantly...
pkasting@chromium.org
2009-04-15
2
-2
/
+2
*
Unit test for command observer bridge class. Add ifdef guards that were missi...
pinkerton@chromium.org
2009-04-15
2
-0
/
+93
*
Add unit test for bookmark bar controller.
pinkerton@chromium.org
2009-04-15
3
-6
/
+82
*
Remove two lines that were from a different experiment and got checked in
pinkerton@chromium.org
2009-04-14
1
-3
/
+0
*
Add a Cocoa file picker.
avi@google.com
2009-04-14
4
-10
/
+349
*
Add unit test for status bubble mac.
pinkerton@chromium.org
2009-04-14
2
-0
/
+107
*
Collapse bookmark bars into a single bar per window, rather than one per tab.
pinkerton@chromium.org
2009-04-14
11
-118
/
+191
*
Disable Leopard's automatic window title gradient height detection, as it gets
pinkerton@chromium.org
2009-04-13
1
-22
/
+69
*
Convert more members to scoped pointers. Move status bubble into browser wind...
pinkerton@chromium.org
2009-04-13
10
-72
/
+58
*
Initial implemention of Mac Omnibox.
shess@chromium.org
2009-04-10
4
-30
/
+173
*
Take two converting to scoped pointers, without ui_test failures.
pinkerton@chromium.org
2009-04-10
4
-28
/
+32
[next]