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
*
Use URLFixerUpper to clean up potential url before going there.
shess@chromium.org
2009-03-16
1
-1
/
+7
*
Replace a NOTIMPLEMENTED() with a bug.
pinkerton@chromium.org
2009-03-16
1
-1
/
+1
*
Linux accelerators cleanup:
estade@chromium.org
2009-03-16
2
-2
/
+2
*
RSS feed support (part 1), 2nd attempt.
finnur@chromium.org
2009-03-13
1
-0
/
+1
*
Adjust the plus button offset to match Windows more.
avi@google.com
2009-03-13
1
-1
/
+1
*
Reverting 11640.
finnur@chromium.org
2009-03-13
1
-1
/
+0
*
RSS feed support (part 1)
finnur@chromium.org
2009-03-13
1
-0
/
+1
*
Don't rely on subview ordering to be equivalent to tab ordering. Allows us to...
pinkerton@chromium.org
2009-03-12
3
-44
/
+71
*
Add a TabController class to manage a TabView (with corresponding xib). Rewri...
pinkerton@chromium.org
2009-03-12
6
-42
/
+221
*
Bring over more code from cole to improve the appearance of tabs. Start build...
pinkerton@chromium.org
2009-03-11
1
-106
/
+132
*
Getting rid of dead code.
pinkerton@chromium.org
2009-03-11
1
-12
/
+2
*
Remove TabContents from scaffolding. Yay!
pinkerton@chromium.org
2009-03-11
2
-1
/
+2
*
NO CODE CHANGE
deanm@chromium.org
2009-03-10
1
-2
/
+0
*
NO CODE CHANGE.
maruel@google.com
2009-03-05
1
-1
/
+1
*
Fixes CRLF and trailing white spaces.
maruel@chromium.org
2009-03-05
9
-61
/
+61
*
Fix 16/wide build bustange on non-Windows.
brettw@chromium.org
2009-03-04
1
-1
/
+1
*
Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...
pinkerton@chromium.org
2009-03-03
6
-2
/
+38
*
Does two changes to appease chrome bot runs:
sky@google.com
2009-02-28
2
-0
/
+5
*
Add "stop" image to project. Clean up project so app/theme is a proper group ...
pinkerton@chromium.org
2009-02-27
7
-4
/
+36
*
Ensure classes only referenced by .xib files end up in the executable
mark@chromium.org
2009-02-27
1
-0
/
+2
*
Remove a few more NOTIMPLEMENTED methods.
pinkerton@chromium.org
2009-02-27
1
-1
/
+2
*
Fix the tab strip controller to use a list of controllers rather than relying on
pinkerton@chromium.org
2009-02-27
4
-43
/
+34
*
We have localization (w00t!). Using it.
avi@chromium.org
2009-02-26
1
-3
/
+8
*
Change url bar text according to the model when updating the toolbar. Fix vta...
pinkerton@chromium.org
2009-02-25
5
-26
/
+34
*
The find bar should be owned and managed from the BrowserView, not the WebCon...
finnur@google.com
2009-02-24
2
-6
/
+10
*
Fix references to moved files
pinkerton@chromium.org
2009-02-23
2
-4
/
+4
*
Move Cocoa-specific files into the cocoa folder
pinkerton@chromium.org
2009-02-23
4
-0
/
+479
*
Roll our own grow box since the OS one wants to indent by 3px due to the text...
pinkerton@chromium.org
2009-02-20
6
-14
/
+70
*
Hook up the resize rect for Mac and enable its use in the renderer (mac-only).
pinkerton@chromium.org
2009-02-19
4
-0
/
+50
*
Significantly rework coordinate handling for the Cocoa views. Fixes tons of r...
avi@chromium.org
2009-02-17
4
-29
/
+51
*
Default to using the current tab when opening a url until we hook up more adv...
pinkerton@chromium.org
2009-02-17
1
-1
/
+1
*
Unstub some more of the Browser object, including the part that sets it as th...
pinkerton@chromium.org
2009-02-17
3
-3
/
+39
*
Sad Tab view for the Mac.
avi@chromium.org
2009-02-17
2
-0
/
+96
*
Implement SetStarredState on LocationBar for Mac.
pinkerton@chromium.org
2009-02-17
4
-2
/
+26
*
Pump events to the renderer. Doesn't work currently due to activation issues.
avi@chromium.org
2009-02-12
2
-0
/
+124
*
IB outlets only get filled in during awakening, not initialization. D'oh!
avi@chromium.org
2009-02-12
2
-1
/
+4
*
Implement UpdateToolbar from BrowserWindow on Mac without dragging in too muc...
pinkerton@chromium.org
2009-02-12
4
-0
/
+42
*
Implement more of the TabContentsDelegate to hook up loading URLs from the lo...
pinkerton@chromium.org
2009-02-11
1
-3
/
+29
*
Hook views up.
avi@chromium.org
2009-02-10
2
-0
/
+5
*
Speling fix.
avi@chromium.org
2009-02-09
2
-4
/
+4
*
Add a method to CommandUpdater to remove an observer from all commands at once.
pinkerton@chromium.org
2009-02-06
1
-5
/
+1
*
Ensure toolbar buttons are in sync with command updater when tab becomes sele...
pinkerton@chromium.org
2009-02-06
3
-6
/
+33
*
Create a stub LocationBar object on Mac to communicate between the bar and th...
pinkerton@chromium.org
2009-02-06
4
-1
/
+60
*
Enable/disable buttons when the corresponding command updates in the model.
pinkerton@chromium.org
2009-02-06
4
-9
/
+133
*
Make sure tab contents get cleaned up and dealloc'd correctly when a tab closes.
pinkerton@chromium.org
2009-02-06
2
-5
/
+21
*
Implement tab detach notifications to remove tabs from UI.
pinkerton@chromium.org
2009-02-05
1
-8
/
+31
*
Hook up tab close menu item and plumb tab closing scaffolding through UI laye...
pinkerton@chromium.org
2009-02-05
1
-0
/
+5
*
rename from tab_bar to tab_strip to be more consistent with windows
pinkerton@chromium.org
2009-01-29
5
-23
/
+24
*
hookup tabs to the model and handle new tab creation
pinkerton@google.com
2009-01-29
2
-0
/
+323
*
Add a stub shell dialogs to help us get linking faster.
brettw@google.com
2009-01-29
1
-0
/
+19
[next]