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
/
common
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove all MemoryModel-related code, since we're unlikely to use it again. A...
pkasting@chromium.org
2009-09-30
3
-8
/
+0
*
Added command line argument --enable-webgl to facilitate turning on
kbr@google.com
2009-09-30
3
-1
/
+8
*
Remove some unused code.
darin@chromium.org
2009-09-30
1
-4
/
+0
*
Integrate browser actions with the wrench menu. Browser
aa@chromium.org
2009-09-30
4
-20
/
+35
*
Reverting 27389.
darin@chromium.org
2009-09-30
1
-2
/
+2
*
Linux: Make InfoBubble use an override-redirect (popup) window.
derat@chromium.org
2009-09-30
2
-0
/
+41
*
Coverity: Initialize the os_event struct members to 0 in the constructor.
jhawkins@chromium.org
2009-09-29
1
-0
/
+1
*
Coverity: Initialize type_ in the constructor.
jhawkins@chromium.org
2009-09-29
1
-1
/
+2
*
Coverity: Initialize test_funcs_.test_make_request in the constructor.
jhawkins@chromium.org
2009-09-29
1
-0
/
+1
*
Coverity: Initialize all member variables in the default constructor.
jhawkins@chromium.org
2009-09-29
1
-0
/
+3
*
Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...
pkasting@chromium.org
2009-09-29
2
-9
/
+9
*
Wires up views on linux dialogs to use gtk ones.
sky@chromium.org
2009-09-29
1
-5
/
+0
*
Add kMDItemWhereFroms metadata attribute to downloaded files. Combine with qu...
pinkerton@chromium.org
2009-09-29
2
-112
/
+0
*
Remove the enable-sync flag from the Chrome command line and enable sync by d...
brg@chromium.com
2009-09-29
2
-3
/
+3
*
Get rid of the need for cross process events in order to get plugin processes...
jam@chromium.org
2009-09-29
2
-13
/
+6
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-29
8
-0
/
+78
*
Fix deadlock when plugin puts an alert and right afterwards the browser proce...
jam@chromium.org
2009-09-28
3
-51
/
+4
*
Add section about the Ruby script to the packaging page.
kathyw@google.com
2009-09-28
2
-6
/
+43
*
Moving ContextualAction class to common/extensions and in the process renamin...
finnur@chromium.org
2009-09-28
5
-77
/
+77
*
Implement about:ipc dialog for Mac.
jrg@chromium.org
2009-09-28
7
-18
/
+79
*
Revert 27397 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-28
8
-78
/
+0
*
Pulls ActiveWindowWatcher into app so that we can use it in
sky@chromium.org
2009-09-28
1
-4
/
+0
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-28
8
-0
/
+78
*
Implementing chrome.i18n.getMessage call, that loads message from the extensi...
cira@chromium.org
2009-09-28
8
-7
/
+913
*
Reverting 27379, in hopes of fixing browser_tests.
senorblanco@chromium.org
2009-09-28
1
-2
/
+2
*
Assert that thread-safe reference counting is used with
darin@chromium.org
2009-09-28
1
-2
/
+2
*
Linux: remove --google-internal-crash-reporting.
agl@chromium.org
2009-09-28
2
-6
/
+0
*
Cleaning up after the initial Chrome Frame commit.
robertshield@chromium.org
2009-09-28
1
-3
/
+3
*
Revert 27324 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
8
-78
/
+0
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
8
-0
/
+78
*
Implement Browser Actions extensions.
finnur@chromium.org
2009-09-26
7
-109
/
+181
*
Revert 27315 - First step towards NaClChrome integration:1. NaCl plugin becom...
gregoryd@google.com
2009-09-26
8
-78
/
+0
*
First step towards NaCl-Chrome integration:1. NaCl plugin becomes a built-in ...
gregoryd@google.com
2009-09-26
8
-0
/
+78
*
Reduce the number of unneeded dependencies.
maruel@chromium.org
2009-09-25
1
-1
/
+0
*
Second attempt at the new syncer thread impl, now with less crashes!
tim@chromium.org
2009-09-25
2
-0
/
+12
*
Create the download folder if it doesn't exist. That is, the actual download ...
thestig@chromium.org
2009-09-25
1
-4
/
+4
*
Actually run directory validation code on install.
aa@chromium.org
2009-09-25
1
-1
/
+8
*
Re-ban chrome:// URLs from being added to history until I can craft a more fi...
pkasting@chromium.org
2009-09-25
1
-1
/
+1
*
Refuse to start if we can't get the user data directory.
evan@chromium.org
2009-09-25
1
-1
/
+3
*
Plumb the new mixed content API callbacks to the tab contents. We'll actually
abarth@chromium.org
2009-09-25
1
-0
/
+7
*
Misc. Cleanup related to OOP Profile Import
jeremy@chromium.org
2009-09-25
2
-0
/
+5
*
linux: drop temp_scaffolding_stubs
evan@chromium.org
2009-09-25
1
-1
/
+2
*
Implement BrowserList::AllBrowsersClosed for Linux.
tony@chromium.org
2009-09-24
1
-4
/
+2
*
Reverting 27117.
davemoore@chromium.org
2009-09-24
2
-12
/
+0
*
Another draft of the overview, now with figures. Made related changes to the ...
kathyw@google.com
2009-09-24
10
-364
/
+243
*
Use chrome/base synchronization primitives and threads instead of
tim@chromium.org
2009-09-24
2
-0
/
+12
*
Lands http://codereview.chromium.org/227008 for Charlie:
sky@chromium.org
2009-09-23
2
-1
/
+5
*
[Mac] Make about:memory not crash.
shess@chromium.org
2009-09-23
1
-0
/
+1
*
Make chromeos build use shared object to load battery
davemoore@chromium.org
2009-09-23
2
-0
/
+14
*
Adds a theme promo in the lower right corner
arv@chromium.org
2009-09-23
2
-0
/
+6
[next]