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
*
Added BackgroundModeManager which tracks when background apps are loaded/unlo...
atwilson@chromium.org
2010-08-18
2
-2
/
+2
*
FBTF: Remove a few SkBitmap instances (and other headers that were next to th...
erg@google.com
2010-08-18
9
-4
/
+20
*
[Mac] Fix the new tab button hover bounds to match what we test for in hitTest.
rohitrao@chromium.org
2010-08-18
6
-27
/
+61
*
[Mac] Don't close the Wrench menu after using the zoom buttons if the menu wa...
rsesek@chromium.org
2010-08-18
4
-7
/
+68
*
Remove all wstrings from the IPC logging subsystem.
erg@google.com
2010-08-18
2
-8
/
+8
*
[Mac] Retain a reference within a scoped_nsobject of a Page Action's context ...
andybons@chromium.org
2010-08-18
2
-6
/
+12
*
Show keyboard focus on toolbar buttons.
avi@chromium.org
2010-08-18
1
-4
/
+11
*
Remove wstrings from bookmarks, part 1 (of many).
viettrungluu@chromium.org
2010-08-18
2
-18
/
+30
*
[Mac] Implement highlight-on-hover for the Wrench menu buttons.
rsesek@chromium.org
2010-08-17
2
-1
/
+97
*
Cleaned up the SDEF. Added execute javascript command. Updated tests. Fixed a...
pinkerton@chromium.org
2010-08-17
10
-25
/
+191
*
Change WindowSizeAutoSaver to store window size only when the window has resi...
bauerb@chromium.org
2010-08-17
7
-42
/
+25
*
Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...
viettrungluu@chromium.org
2010-08-17
1
-5
/
+3
*
[Mac] Poke KVO for prefs::kDownloadDefaultDirectory when resetting to default...
rsesek@chromium.org
2010-08-16
1
-0
/
+5
*
Convert other callsites of AECreateDesc() to use scoped_aedesc<>.
rsesek@chromium.org
2010-08-16
1
-6
/
+4
*
FBTF: Remove "obviously" unneeded standard C++ library #includes.
viettrungluu@chromium.org
2010-08-15
8
-18
/
+5
*
Convert some obvious wide strings in browser/cocoa.
viettrungluu@chromium.org
2010-08-14
3
-39
/
+40
*
Convert Task Manager to string16 from wstring, part 1.
viettrungluu@chromium.org
2010-08-14
1
-11
/
+11
*
Whitespace change to trigger the bots.
viettrungluu@chromium.org
2010-08-14
1
-1
/
+1
*
Include needed header for r56066; build fix.
avi@chromium.org
2010-08-13
1
-0
/
+2
*
Convert infobar APIs to UTF-16.
evan@chromium.org
2010-08-13
4
-36
/
+36
*
FBTF: Forward declare everything possible in testing_profile.h
erg@google.com
2010-08-13
15
-13
/
+37
*
Rework gfx::Font by moving platform-specific code into inner classes.
ben@chromium.org
2010-08-13
4
-14
/
+10
*
[Mac] Removes artificial location padding logic to fix a bug with browser act...
andybons@chromium.org
2010-08-12
1
-6
/
+2
*
Clone of issue 2941001. See initial review below.
twiz@google.com
2010-08-12
3
-3
/
+7
*
10.6 SDK compatibility fix for GradientButtonCell following r55906.
mark@chromium.org
2010-08-12
1
-2
/
+2
*
Fix Translate bar crashers
feldstein@chromium.org
2010-08-12
5
-43
/
+55
*
Removed a command which resulted in a crash.
andybons@chromium.org
2010-08-12
12
-42
/
+217
*
remove toolstrips
erikkay@chromium.org
2010-08-12
3
-14
/
+0
*
[Mac] Fix aesthetic issues with themes given the new TopChrome changes.
andybons@chromium.org
2010-08-12
4
-13
/
+36
*
Revert 55888: Allow per-plugin content settings.
bauerb@chromium.org
2010-08-12
2
-52
/
+9
*
Allow per-plugin content settings.
bauerb@chromium.org
2010-08-12
2
-9
/
+52
*
Use a sane naming scheme for content setting bubble classes.
bauerb@chromium.org
2010-08-12
5
-18
/
+18
*
Hook back up the overriding of AXDescriptions. Note that the referenced bug ...
dtseng@chromium.org
2010-08-11
1
-0
/
+2
*
Implement a tab-modal constrained sheet on OS X for certificate selection
davidben@chromium.org
2010-08-11
3
-25
/
+88
*
Use |+selectedMenuItemColor| for the highlighted state. This respects the sy...
rsesek@chromium.org
2010-08-11
1
-10
/
+12
*
Remove deprecated code in cocoa_test_helper.h.
rsesek@chromium.org
2010-08-11
2
-68
/
+2
*
Making window.focus() work in Chrome.
jcivelli@chromium.org
2010-08-11
2
-0
/
+6
*
Make prefs use std::string for keys rather than wstrings.
viettrungluu@chromium.org
2010-08-11
6
-55
/
+55
*
Cleanup: Get rid of TreeNodeChildrenReordered.
tfarina@chromium.org
2010-08-11
3
-89
/
+2
*
Prevents TranslateInfoBarDelegate from keeping a pointer to a deleted TabCont...
jcivelli@chromium.org
2010-08-11
1
-8
/
+7
*
Mac tabpose: Add favicons and titles.
thakis@chromium.org
2010-08-11
2
-19
/
+163
*
FBTF: Clean up some headers in tab_contents_delegate.h.
erg@google.com
2010-08-10
5
-0
/
+5
*
[Mac] Add key equivalent for Clear Browsing Data to the Wrench menu.
rsesek@chromium.org
2010-08-10
1
-0
/
+1
*
Added a method to check if a browser is closing.
pinkerton@chromium.org
2010-08-10
24
-0
/
+2459
*
[Mac] Insert the Update Chrome item to existing Wrench menus when notified.
rsesek@chromium.org
2010-08-10
3
-0
/
+38
*
Add a session storage node to the cookies tree view for collected cookies.
jochen@chromium.org
2010-08-10
2
-3
/
+3
*
Don't redraw the location bar if there's nothing to redraw.
jochen@chromium.org
2010-08-10
4
-8
/
+18
*
Revert 55548 - Reland r55382. When blocking cookies, also show an icon in the...
jochen@chromium.org
2010-08-10
2
-13
/
+5
*
Reland r55382. When blocking cookies, also show an icon in the location bar w...
jochen@chromium.org
2010-08-10
2
-5
/
+13
*
Whitespace change to trigger bots.
viettrungluu@chromium.org
2010-08-10
1
-1
/
+1
[next]