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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix gtk_tree::GetSelectedIndicies spelling.
mattm@chromium.org
2010-05-13
6
-11
/
+11
*
Make the apps icons wider.
arv@chromium.org
2010-05-13
1
-5
/
+3
*
Use an interface to get to the C++ object pointer instead of casting directly.
tommi@chromium.org
2010-05-13
2
-9
/
+68
*
Add hooks for fetching basic info from the browser.
nirnimesh@chromium.org
2010-05-13
5
-0
/
+114
*
Supress new valgrind leaks for mac unit tests.
rvargas@google.com
2010-05-13
1
-0
/
+34
*
Fix Print Selection.
viettrungluu@chromium.org
2010-05-13
2
-6
/
+5
*
Defensive checks for backend_ existence.
nick@chromium.org
2010-05-13
1
-3
/
+28
*
Moved cloud print code from the chrome/browser/printing/cloud_print to chrome...
sanjeevr@chromium.org
2010-05-13
20
-152
/
+172
*
Fix native dialog size regression
xiyuan@chromium.org
2010-05-13
1
-25
/
+38
*
Enabled gpu unit-tests on linux.
alokp@chromium.org
2010-05-13
1
-20
/
+10
*
Added authentication scheme as key to HttpAuthCache.
cbentzel@chromium.org
2010-05-13
5
-84
/
+131
*
Fix a memory corruption issue (use of scoped_ptr instead of scoped_refptr), and
darin@chromium.org
2010-05-13
3
-6
/
+7
*
Make the workaround from bug 43791 unconditional. When linking unit_tests on
mark@chromium.org
2010-05-13
1
-29
/
+16
*
Updating trunk VERSION from 403.0 to 404.0
chrome-release@google.com
2010-05-13
1
-1
/
+1
*
WebKit roll r59365
yurys@chromium.org
2010-05-13
1
-2
/
+2
*
Add relibability test known_crashes.txt entry views::View::PropagateNativeVie...
tyoshino@chromium.org
2010-05-13
1
-0
/
+3
*
Fix crash on login for debug version of Chrome.
nkostylev@google.com
2010-05-13
1
-3
/
+9
*
Add relibability test known_crashes.txt entry WebCore::reportFatalErrorInV8
tyoshino@chromium.org
2010-05-13
1
-0
/
+3
*
Add relibability test known_crashes.txt entry.
tyoshino@chromium.org
2010-05-13
1
-0
/
+3
*
Extend Memcheck and ThreadSanitizer comments
timurrrr@chromium.org
2010-05-13
1
-2
/
+10
*
Don't prefill username on "Other user" screen.
nkostylev@google.com
2010-05-13
1
-7
/
+0
*
Show login error in bubble.
dpolukhin@chromium.org
2010-05-13
9
-24
/
+267
*
Updating trunk VERSION from 402.0 to 403.0
chrome-release@google.com
2010-05-13
1
-1
/
+1
*
Refresh network combobox on locale change.
nkostylev@google.com
2010-05-13
3
-7
/
+11
*
Remove DISABLED_ prefix from WorkerTest.OpenDatabaseSyncInputs and update
tyoshino@chromium.org
2010-05-13
2
-2
/
+3
*
Suppress new Valgrind memcheck failure on Chromium Mac UI (3)
tyoshino@chromium.org
2010-05-13
1
-0
/
+26
*
Re-factor valgrind_test.py (splitted Valgrind-specific stuff into a class) an...
timurrrr@chromium.org
2010-05-13
1
-143
/
+246
*
Revert 47064 - Switch sync servers depending on whether you're running stable...
tyoshino@chromium.org
2010-05-13
4
-41
/
+4
*
Mac: Testing infrastructure for sandboxed tests.
jeremy@chromium.org
2010-05-13
6
-5
/
+363
*
Disable WorkerTest.OpenDatabaseSyncInputs because it's continuously failing on
tyoshino@chromium.org
2010-05-13
1
-1
/
+2
*
Fix crash when opening "Select certificate file" in OOBE.
nkostylev@google.com
2010-05-13
15
-13
/
+98
*
Use just TimeTicks::Now in the chrome/browser/sync test code.
phajdan.jr@chromium.org
2010-05-13
1
-2
/
+2
*
Flip ExpireHistoryTest.DeleteURLAndFavicon from FAILS back to FLAKY
phajdan.jr@chromium.org
2010-05-13
2
-2
/
+2
*
Refine language preferences.
suzhe@chromium.org
2010-05-13
6
-49
/
+48
*
Add code to engage new Pepper API behind a preprocessor macro.
darin@chromium.org
2010-05-13
4
-2
/
+24
*
Initialize the singleton CommandLine instance with fixed values.
tkent@google.com
2010-05-13
1
-0
/
+13
*
Make sure the Omnibox is hidden when toolbar is collapsed.
finnur@chromium.org
2010-05-13
10
-17
/
+72
*
Fix a Clobbered build break.
mad@google.com
2010-05-13
1
-0
/
+3
*
Fix a ChromeFrame regression introduced by the fix for bug http://code.googl...
ananta@chromium.org
2010-05-13
1
-0
/
+4
*
Added NetworkChangeNotifierIOThread, which will be used by the
akalin@chromium.org
2010-05-13
5
-4
/
+162
*
AutoFill heuristics extended to include multiple separator characters.
dhollowa@chromium.org
2010-05-13
2
-4
/
+39
*
[Mac] Automatically wrap the Customize Sync dialog to fit contents
akalin@chromium.org
2010-05-13
3
-11
/
+43
*
Removed non-thread-safe QName ad-hoc interning.
akalin@chromium.org
2010-05-13
11
-336
/
+231
*
Gtk: update options "Open on startup" to match new behavior.
mattm@chromium.org
2010-05-13
8
-292
/
+109
*
Switch to preferred XKB layout when current input method is changed.
yusukes@google.com
2010-05-13
2
-37
/
+7
*
Created and deleted URLFetcher on the IO thread in the ServiceGaiaAuthenticat...
sanjeevr@chromium.org
2010-05-13
2
-5
/
+7
*
Re-land r47079: Shorten several appsrelated flags.
aa@chromium.org
2010-05-13
19
-48
/
+37
*
Fix for popup menu assert.
zelidrag@chromium.org
2010-05-13
1
-1
/
+4
*
Revert 47092.
huanr@chromium.org
2010-05-13
1
-1
/
+1
*
Native dialogs need to send GTK_RESPONSE_DELETE_EVENT on close
davemoore@chromium.org
2010-05-13
1
-1
/
+1
[next]