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
Commit message (
Expand
)
Author
Age
Files
Lines
*
disable PrefServiceTest.Basic because it breaks the build.
nsylvain@chromium.org
2009-03-03
1
-1
/
+2
*
make uitest and unittest depend on app since the mac gets its resources from ...
thomasvl@chromium.org
2009-03-03
1
-0
/
+9
*
revert broken change 10833
nsylvain@chromium.org
2009-03-03
25
-660
/
+491
*
Add v8 as dep in chrome.sln for ui_tests.
ericroman@google.com
2009-03-03
1
-0
/
+2
*
Remove an include of a header that was removed in r10832.
jhawkins@chromium.org
2009-03-03
1
-1
/
+0
*
Update browser.scons and chrome.gyp to match files removed in r10832.
jhawkins@chromium.org
2009-03-03
2
-35
/
+0
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
25
-491
/
+660
*
Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded.
ben@chromium.org
2009-03-03
18
-5165
/
+4
*
Move RemoveTabAt to the TabStrip interface from RemoveTabAnimation.
jhawkins@chromium.org
2009-03-03
2
-23
/
+21
*
Add a command line flag --v8-proxy-resolver, to select the new PAC implementa...
ericroman@google.com
2009-03-03
4
-6
/
+42
*
Nonfunctional cleanup change:
pkasting@chromium.org
2009-03-03
2
-13
/
+10
*
Updating line endings.
robertshield@google.com
2009-03-03
1
-7
/
+7
*
Revert dsh's change 10818
nsylvain@chromium.org
2009-03-03
23
-595
/
+466
*
Implement some chrome path getters for Mac OS and un-comment their uses in th...
pinkerton@chromium.org
2009-03-03
4
-50
/
+62
*
Port DictionaryValue to use string16 instead of wstring.
dsh@google.com
2009-03-03
23
-466
/
+595
*
delayed fix for comment in from http://codereview.chromium.org/28185
thomasvl@chromium.org
2009-03-03
1
-1
/
+0
*
Revert "Use grit to generate locale rc files and remove the old locale rc fil...
tc@google.com
2009-03-03
155
-3209
/
+3958
*
Enables bookmark_model_unittest on Mac and Linux.
avi@chromium.org
2009-03-03
3
-21
/
+19
*
disable test since it doesn't compile
tc@google.com
2009-03-03
1
-2
/
+2
*
disable failing tests while I debug
tc@google.com
2009-03-03
1
-9
/
+9
*
Use grit to generate locale rc files and remove the old locale rc files from ...
tc@google.com
2009-03-03
151
-3919
/
+3169
*
Reverting 10794.
avi@chromium.org
2009-03-03
6
-10
/
+13
*
Removing CRLFs from extensions.html
rafaelw@chromium.org
2009-03-03
1
-86
/
+86
*
Ship some tests which aren't related to what I'm working on:
shess@chromium.org
2009-03-03
3
-11
/
+1
*
window_ is null during BrowserWindow creation. Assume full screen
tc@google.com
2009-03-03
1
-1
/
+1
*
Move SupportsWindowFeature from BrowserView to Browser so
tc@google.com
2009-03-03
4
-39
/
+40
*
Fixes regression where escape was not removing a newly bookmarked
sky@google.com
2009-03-03
1
-1
/
+2
*
Stub in the download shelf a little further.
pinkerton@chromium.org
2009-03-03
2
-3
/
+32
*
Clean up a few comments / formatting related to the location bar.
deanm@chromium.org
2009-03-03
2
-11
/
+17
*
Plumb GetLocationBar through to the toolbar.
deanm@chromium.org
2009-03-03
4
-2
/
+13
*
Add a macutil for the main app bundle and override
thomasvl@chromium.org
2009-03-03
3
-45
/
+28
*
Remove more ifdefs where all platforms now share the implementation.
pinkerton@chromium.org
2009-03-03
3
-19
/
+1
*
Remove ifdefs around parts ported by all platforms.
pinkerton@chromium.org
2009-03-03
1
-15
/
+0
*
Fixing WebKeyboardEvent. Third time's the charm.
avi@chromium.org
2009-03-03
6
-13
/
+10
*
Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...
pinkerton@chromium.org
2009-03-03
10
-15
/
+49
*
Fix some include guards in browser/gtk.
deanm@chromium.org
2009-03-03
3
-10
/
+10
*
Cleanup the autocomplete model includes. Move from a deprecated std::wstring...
deanm@chromium.org
2009-03-03
3
-31
/
+4
*
Fix a crash when installing plugins.
jhawkins@chromium.org
2009-03-03
1
-2
/
+5
*
Make our IME backend platform-independent.
hbono@chromium.org
2009-03-03
4
-7
/
+136
*
Make history and downloads open once per window unless the user modifies thei...
glen@chromium.org
2009-03-03
3
-16
/
+9
*
When you launch Chrome from a desktop shortcut, the window wasn't getting act...
ben@chromium.org
2009-03-03
1
-2
/
+12
*
Fix a small issue changing back to glass frame from opaque where the
ben@chromium.org
2009-03-03
1
-1
/
+1
*
Fix interactive ui tests. There was a bug in the NonClientView::GetPreferredS...
ben@chromium.org
2009-03-03
2
-4
/
+3
*
Make it so that dropdown selects don't deactivate the main frame when opened ...
ben@chromium.org
2009-03-03
8
-0
/
+24
*
Fix build break take 2
jam@chromium.org
2009-03-03
1
-1
/
+1
*
Fix build break.
jam@chromium.org
2009-03-03
1
-4
/
+4
*
Resolve crash when deleting history by preventing the deleter from being call...
glen@chromium.org
2009-03-03
5
-78
/
+163
*
Workaround scons and xcode not understanding #include MESSAGES_INTERNAL_FILE.
tc@google.com
2009-03-03
1
-0
/
+10
*
Don't expose --single-process and --in-process-plugins for official Chrome re...
jam@chromium.org
2009-03-03
5
-13
/
+8
*
Port Replace(First)SubstringsAfterOffset to string16.
dsh@google.com
2009-03-03
4
-43
/
+59
[next]