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
*
Fix a crash when a plugin file picker window is dismissed. This is a
amanda@chromium.org
2009-10-06
2
-4
/
+13
*
Fix memory leak in ExtensionAPIClientTest.
mpcomplete@chromium.org
2009-10-06
1
-2
/
+2
*
Suppression for a leak detected by Purify in IEImporterTest
jeremy@chromium.org
2009-10-06
1
-0
/
+6
*
Fix double delete in NPObjectStub that I introduced.
jam@chromium.org
2009-10-06
1
-1
/
+3
*
External protocol dialog support for the Mac.
avi@chromium.org
2009-10-06
5
-4
/
+195
*
Coverity: Check the return value of CryptDestroyHash and CryptReleaseContext.
jhawkins@chromium.org
2009-10-06
1
-4
/
+10
*
Coverity: Assert that socket() returned a successful value.
jhawkins@chromium.org
2009-10-06
1
-0
/
+1
*
Fix scripting during NPP_Destroy. Note that if the plugin is making a call t...
jam@chromium.org
2009-10-06
10
-98
/
+164
*
DevTools: disable TestProfilerTab test due to flakiness.
mnaganov@chromium.org
2009-10-06
1
-1
/
+3
*
Make EditSearchEngineCocoaController adhere to NSWindowDelegate
mark@chromium.org
2009-10-06
1
-1
/
+3
*
Implement browserAction.setIcon(ImageData) for extensions.
mpcomplete@chromium.org
2009-10-06
7
-29
/
+157
*
Move runFileChooser from webview_delegate to WebViewClient.
yaar@chromium.org
2009-10-06
3
-27
/
+50
*
Cleanup some rotten references to old command line switches.
nick@chromium.org
2009-10-06
2
-4
/
+2
*
Modify extension request IPC messages to pass a ListValue instead of a string.
mpcomplete@chromium.org
2009-10-06
22
-52
/
+78
*
DOMView: avoid double-detaching.
nick@chromium.org
2009-10-06
1
-1
/
+1
*
Reword the first sentence in the sync dialog based on Fiona Chong feedback.
nick@chromium.org
2009-10-06
1
-1
/
+1
*
[Mac] Fix bookmark bar resize issues.
erg@chromium.org
2009-10-06
1
-4
/
+4
*
Don't show popup browser actions in the wrench menu.
erikkay@chromium.org
2009-10-06
7
-19
/
+33
*
Updates the main menu images.
sky@chromium.org
2009-10-06
2
-0
/
+0
*
(please review thoroughly since this touches many moving parts).
jeremy@chromium.org
2009-10-06
21
-478
/
+677
*
Turns out a cleanup change I made a while ago was wrong. This could result i...
pkasting@chromium.org
2009-10-06
1
-1
/
+5
*
Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.
erikkay@chromium.org
2009-10-06
5
-7
/
+44
*
Change the Windows build to statically link the sync library.
nick@chromium.org
2009-10-06
6
-64
/
+13
*
Changes the url of the main menu.
sky@chromium.org
2009-10-06
1
-1
/
+1
*
Prevents a duplicate beforeunload dialog after window.close().
creis@google.com
2009-10-06
2
-1
/
+26
*
Updating trunk VERSION from 221.7 to 222.0
laforge@chromium.org
2009-10-06
1
-2
/
+2
*
Removed omnibox images from the bundle.
thomasvl@chromium.org
2009-10-06
2
-10
/
+20
*
Updating trunk VERSION from 221.6 to 221.7
laforge@chromium.org
2009-10-06
1
-1
/
+1
*
DevTools: bring devtools tests back.
pfeldman@chromium.org
2009-10-06
1
-17
/
+17
*
Revert.
jorlow@chromium.org
2009-10-06
1
-2
/
+9
*
Re-enable the DOM Storage ui tests that worked orginally.
jorlow@chromium.org
2009-10-06
1
-9
/
+2
*
Generate IDs for --load-extension by hashing the path instead
aa@chromium.org
2009-10-06
11
-88
/
+68
*
Implement --enable-web-sockets flag.
ukai@chromium.org
2009-10-06
5
-1
/
+10
*
Explicitly activeIgnoringOtherApps from IDC_NEW{,_INCOGNITO}_WINDOW
sgk@google.com
2009-10-06
2
-3
/
+11
*
Add comments setting emacs and vim tab width and expansion variables.
sgk@google.com
2009-10-06
5
-0
/
+29
*
Initial CL for fixing some of the proxy auth issues.
chron@chromium.org
2009-10-06
6
-32
/
+87
*
Added support for specifying the BrowserFlags DWORD value when we register th...
ananta@chromium.org
2009-10-06
4
-0
/
+42
*
Initialize message_loop_ in gaia authenticator.
timsteele@google.com
2009-10-06
1
-1
/
+2
*
Coverity: check module for NULL before calling GetProcAddress.
mattm@chromium.org
2009-10-06
1
-1
/
+3
*
Fix build.
erg@google.com
2009-10-06
1
-1
/
+1
*
Mac: Fix crash while dragging a tab alone in a window.
viettrungluu@chromium.org
2009-10-06
2
-1
/
+13
*
Mac: Implements the special bookmark bar on NTP.
erg@chromium.org
2009-10-06
25
-240
/
+640
*
GTK: Refactor some things so GTK doesn't touch the on disk image cache.
erg@google.com
2009-10-05
3
-41
/
+64
*
Mac: Eliminate unintended "menu" method overrides.
viettrungluu@chromium.org
2009-10-05
11
-591
/
+123
*
Remove references to DOMUIContents. It looks like the class doesn't exist.
tony@chromium.org
2009-10-05
3
-6
/
+2
*
Reverting the NativeViewHostWin focus refactoring.
jcampan@chromium.org
2009-10-05
10
-24
/
+25
*
TBR: mpcomplete
erikkay@chromium.org
2009-10-05
5
-45
/
+8
*
Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...
sidchat@chromium.org
2009-10-05
6
-9
/
+16
*
Landing a patch (http://codereview.chromium.org/249054) from an external cont...
finnur@chromium.org
2009-10-05
1
-2
/
+2
*
Allow popups to close themselves with window.close().
erikkay@chromium.org
2009-10-05
5
-8
/
+45
[next]