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
...
*
Cleanup: Remove now obsolete Nigori params.
albertb@chromium.org
2010-08-06
3
-23
/
+0
*
rid of more OS_LINUX defines, to help the BSD port (work by sprewell & I)
pvalchev@google.com
2010-08-06
18
-69
/
+65
*
Revert "Copy the npapi pepper test plugin during the build so we don't"
tony@chromium.org
2010-08-06
7
-90
/
+84
*
Revert 55232 - Dispatch key event to bindings processing.
nsylvain@chromium.org
2010-08-06
1
-4
/
+0
*
Prevent browser actions toolbar's overflow button from being shown unexpectedly.
suzhe@chromium.org
2010-08-06
1
-0
/
+1
*
Fix map iteration error caught by Coverity.
jcivelli@chromium.org
2010-08-06
1
-2
/
+4
*
[Mac] Use the new {EXPECT,ASSERT}_NS{EQ,NE} macros in unit tests where possible.
rsesek@chromium.org
2010-08-06
31
-279
/
+290
*
GTTF: Replace DCHECK with EXPECT_TRUE in UITestBase.
phajdan.jr@chromium.org
2010-08-06
1
-1
/
+1
*
SwapBuffers notification is sent from GPU process to renderer process.
apatrick@chromium.org
2010-08-06
7
-2
/
+59
*
Remove the following States from HttpProxyClientSocket:
rch@chromium.org
2010-08-06
1
-2
/
+0
*
In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow...
johnnyg@chromium.org
2010-08-06
14
-19
/
+35
*
Update Breakpad to r639.
mark@chromium.org
2010-08-06
1
-1
/
+1
*
linux: pass -Wl,-O1 to the linker
evan@chromium.org
2010-08-06
1
-0
/
+5
*
Revert "Replace --top-sites flag with --no-top-sites flag. TopSites becomes t...
phajdan.jr@chromium.org
2010-08-06
22
-321
/
+157
*
Skip unresolved hosts for sync notifications instead of having libjingle reso...
akalin@chromium.org
2010-08-06
1
-0
/
+7
*
[Mac] Don't indicate acceptance of non-url drag data.
shess@chromium.org
2010-08-06
1
-0
/
+3
*
Make SkFontHost_fontconfig support TTC font files.
jshin@chromium.org
2010-08-06
7
-70
/
+131
*
Fixes regression the resulted in not showing window after doing a tab
sky@chromium.org
2010-08-06
1
-0
/
+1
*
Revert "Disable failing test on Linux."
tony@chromium.org
2010-08-06
1
-3
/
+0
*
FBTF: New IPC definitions, only applied to async ROUTED and CONTROL messages.
erg@google.com
2010-08-06
27
-234
/
+867
*
Rebase ThaiUTF8 unit test.
agl@chromium.org
2010-08-06
1
-49
/
+47
*
Disable another test that fails after the plugin copy change.
tony@chromium.org
2010-08-06
1
-0
/
+2
*
GTK toolbar -
estade@chromium.org
2010-08-06
2
-2
/
+9
*
add pepper video decoder glue and delegate
wjia@google.com
2010-08-06
9
-2
/
+317
*
Review URL: http://codereview.chromium.org/3068015
lzheng@google.com
2010-08-06
1
-0
/
+143
*
ffmpeg roll to remove unused patch
fbarchard@chromium.org
2010-08-06
1
-1
/
+1
*
Export and imports raw keys in the Cryptographer.
albertb@chromium.org
2010-08-06
2
-9
/
+9
*
Respect original dialog's default/focus widget in NativeDialogHost.
xiyuan@chromium.org
2010-08-06
1
-0
/
+38
*
Added definition for cookie_monster related stuff and added self to watchlist.
rdsmith@chromium.org
2010-08-06
1
-0
/
+5
*
Replace --top-sites flag with --no-top-sites flag. TopSites becomes the default.
nshkrob@chromium.org
2010-08-06
22
-157
/
+321
*
Disable failing test on Linux.
tony@chromium.org
2010-08-06
1
-0
/
+3
*
allow yuv scaling fpic code to be used on linux, as well as Mac
fbarchard@chromium.org
2010-08-06
1
-7
/
+16
*
More cleanup relating to the domain now being part of the CanonicalCookie:
rdsmith@chromium.org
2010-08-06
8
-102
/
+68
*
Fixes to separators in context menu items added by extensions.
asargent@chromium.org
2010-08-06
8
-37
/
+208
*
DOM UI js: Add a single selection model.
arv@chromium.org
2010-08-06
5
-15
/
+354
*
NULL-check the weak RenderView pointer before unregistering plugin delegates
stuartmorgan@chromium.org
2010-08-06
1
-1
/
+2
*
Fix plugin tests on linux.
tony@chromium.org
2010-08-06
1
-0
/
+3
*
Undisable SessionHistoryTest.HistoryLength
phajdan.jr@chromium.org
2010-08-06
1
-4
/
+0
*
Copy the npapi pepper test plugin during the build so we don't
tony@chromium.org
2010-08-06
7
-84
/
+90
*
Make status bubble behave properly in RTL languages.
mirandac@chromium.org
2010-08-06
1
-13
/
+14
*
Dispatch key event to bindings processing.
xiyuan@chromium.org
2010-08-06
1
-0
/
+4
*
Add *.json to svn:ignore
maruel@chromium.org
2010-08-06
0
-0
/
+0
*
Revert 55227 - Disable outdated non-sandboxed plugins.
bauerb@chromium.org
2010-08-06
20
-258
/
+43
*
Disable outdated non-sandboxed plugins.
bauerb@chromium.org
2010-08-06
20
-43
/
+258
*
Reshuffle some NSS code to make way for Snap Start.
agl@chromium.org
2010-08-06
3
-122
/
+158
*
Add the actual data being read to the OnBytesRead callback, take two.
cbentzel@chromium.org
2010-08-06
9
-35
/
+316
*
Disable AutomatedUITestBase.CloseTab and OptionsUITest.LoadOptionsByURL under
glider@chromium.org
2010-08-06
1
-0
/
+4
*
Minor header cleanup of chrome/browser/[st]*/*.h minus c/b/sync/*.h.
viettrungluu@chromium.org
2010-08-06
30
-71
/
+14
*
Change some EXPECT's to ASSERT's in http_auth_handler_factory_unittest.cc
cbentzel@chromium.org
2010-08-06
1
-3
/
+3
*
Add a new suppression for bug 51076 (Leak in StatusBubbleViews::Init)
glider@chromium.org
2010-08-06
1
-1
/
+41
[prev]
[next]