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
...
*
Revert 56908 (CL was only submitted to merge it to the branch) - Mac: Disable...
thakis@chromium.org
2010-08-20
1
-5
/
+3
*
Display an infobar when content settings were created.
jochen@chromium.org
2010-08-20
2
-8
/
+216
*
Mac: Disable first-run bubble for m6.
thakis@chromium.org
2010-08-20
1
-3
/
+5
*
FBTB: Remove unneeded #includes of base/ref_counted.h and base/string16.h in ...
viettrungluu@chromium.org
2010-08-20
2
-3
/
+1
*
Remove wstrings in bookmarks, part 5.
viettrungluu@chromium.org
2010-08-20
11
-19
/
+27
*
FBTF: Header cleanup in chrome/common part 2. The majority of the changed files
jhawkins@chromium.org
2010-08-20
1
-0
/
+1
*
Added support for context menus to status icons.
atwilson@chromium.org
2010-08-20
2
-0
/
+8
*
Cleanup: Reload can't be disabled. (This change matches views and GTK.)
pkasting@chromium.org
2010-08-20
1
-4
/
+1
*
Convert FormatBytes to string16.
evan@chromium.org
2010-08-19
1
-4
/
+4
*
Disable failing test.
brettw@chromium.org
2010-08-19
1
-1
/
+1
*
Mac: Fix leak in tabpose.
thakis@chromium.org
2010-08-19
1
-1
/
+1
*
iFix typo in previous build fix for Mac.
brettw@chromium.org
2010-08-19
1
-1
/
+1
*
Remove forward declares for ASCIIToUTF16 from string_util. All callers now use
brettw@chromium.org
2010-08-19
7
-0
/
+7
*
Fix broken ViewIDTest on Mac.
brettw@chromium.org
2010-08-19
1
-1
/
+3
*
Revert "Checkin for CL: http://codereview.chromium.org/3061044/show"
phajdan.jr@chromium.org
2010-08-19
1
-0
/
+1
*
Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}.
viettrungluu@chromium.org
2010-08-19
9
-11
/
+1
*
Checkin for CL: http://codereview.chromium.org/3061044/show
rkc@google.com
2010-08-19
1
-1
/
+0
*
Remove wstrings from bookmarks, part 3.
viettrungluu@chromium.org
2010-08-19
12
-185
/
+220
*
Reland 55888: Allow per-plugin content settings.
bauerb@chromium.org
2010-08-19
2
-9
/
+52
*
FBTF: Remove unneeded headers from base/ (part 6)
thestig@chromium.org
2010-08-19
4
-6
/
+9
*
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
[prev]
[next]