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
*
Add a Clear() function to MRUCache. This will be useful in my MemoryPurger c...
pkasting@chromium.org
2009-10-02
2
-2
/
+28
*
Add simple popup support to browser actions. This will create a popup HTML w...
erikkay@chromium.org
2009-10-02
5
-1
/
+59
*
Restore plumbing for the spelling panel on Mac.
darin@chromium.org
2009-10-02
1
-0
/
+4
*
Add some initial code for the top sites service. This will be a replacement for
brettw@chromium.org
2009-10-02
3
-21
/
+104
*
Add some debugging junk to ExtensionMessageService to track down a crash.
mpcomplete@chromium.org
2009-10-01
1
-0
/
+4
*
Hook up wifi menu button UI to ChromeOS shared library.
chocobo@google.com
2009-10-01
1
-1
/
+1
*
Reverting 27756.
jorlow@chromium.org
2009-10-01
1
-8
/
+0
*
Another stab at the Chromium side of storage events. The WebKit side can be ...
jorlow@chromium.org
2009-10-01
1
-0
/
+8
*
Fix several issues around fullscreen Mac plugins:
amanda@chromium.org
2009-10-01
1
-0
/
+28
*
Add framework of MemoryPurger, a class to dump memory from everywhere possibl...
pkasting@chromium.org
2009-10-01
2
-0
/
+8
*
Add chrome.browserAction.setName and .setIcon.
mpcomplete@chromium.org
2009-10-01
5
-0
/
+40
*
[Mac] Don't call MemoryDetails::Release() from AboutMemoryHandler's constructor.
shess@chromium.org
2009-10-01
1
-6
/
+5
*
Fix the indenting in chrome_switches.cc to be consistent.
pkasting@chromium.org
2009-10-01
1
-51
/
+52
*
Minor copyedits to packaging to provide better context.
kathyw@google.com
2009-10-01
2
-12
/
+22
*
GTK: improve app mode .desktop file creation.
estade@chromium.org
2009-10-01
1
-2
/
+7
*
Coverity: Remove a check for >= 0 because it is always true. Type is unsigne...
jhawkins@chromium.org
2009-09-30
1
-1
/
+1
*
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
[next]