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
/
browser
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename ExtensionMessageService::PostMessage because windows #defines that to
mpcomplete@google.com
2009-03-23
3
-3
/
+4
*
Initial rev at a message passing API for extensions. So far, only passing
mpcomplete@google.com
2009-03-23
10
-10
/
+262
*
The death knell for the old native buttons, checkboxes and radio buttons.
ben@chromium.org
2009-03-23
43
-421
/
+372
*
Add initial implementation of the Linux TabStrip.
jhawkins@chromium.org
2009-03-23
5
-14
/
+671
*
Removed zombie hunter code
maruel@chromium.org
2009-03-23
3
-63
/
+0
*
Fully enable history_url_provider_unittest.cc for Mac.
shess@chromium.org
2009-03-23
2
-11
/
+0
*
Deliver events and notifications to the RootView.
erg@google.com
2009-03-23
1
-1
/
+8
*
BUG=9094
hclam@chromium.org
2009-03-23
1
-0
/
+18
*
Fix an invalid DCHECK for media request context
hclam@chromium.org
2009-03-23
2
-30
/
+43
*
Updating to use scoped_nsobject.
avi@google.com
2009-03-23
2
-9
/
+3
*
Hook up popup windows on Mac (no blocking yet).
avi@google.com
2009-03-23
2
-7
/
+35
*
Port more UI tests to Linux.
phajdan.jr@chromium.org
2009-03-23
5
-64
/
+54
*
Handle null window_id references and refer to a bug for further improvement.
avi@google.com
2009-03-23
3
-6
/
+16
*
Currently we have two types of devtools UI: Chrome built in developer tools w...
yurys@google.com
2009-03-23
16
-285
/
+335
*
Support for extensions permissions. This CL only contains, parsing, initializ...
rafaelw@chromium.org
2009-03-23
6
-10
/
+143
*
Attempt to detect impact of disabling dns prefetching on transaction latency
jar@chromium.org
2009-03-23
2
-8
/
+16
*
Free unit tests for Mac: BookmarkHTMLWriterTest, BookmarkUtilsTest,
shess@chromium.org
2009-03-22
2
-5
/
+5
*
Revert change 12247 because it created a lot of memory regressions
nsylvain@chromium.org
2009-03-22
4
-164
/
+56
*
Initial revision of the DevTools frontend.
pfeldman@chromium.org
2009-03-22
1
-2
/
+2
*
Bug 6474: Rename the Cancel button to Close in Clear Browsing Data.
finnur@chromium.org
2009-03-21
1
-0
/
+2
*
Committing issue 39299:
aa@chromium.org
2009-03-21
4
-56
/
+164
*
Allow multiple toolstrips in an extension.
aa@chromium.org
2009-03-21
5
-16
/
+34
*
Remove the old and no longer used SafeBrowsing storage
paulg@google.com
2009-03-21
10
-1581
/
+11
*
Fix linux input breakage: Don't wrap an important line in a DCHECK!
estade@chromium.org
2009-03-20
1
-1
/
+2
*
Pressing the Del key while a item is selected in the autocomplete popup delet...
jcampan@chromium.org
2009-03-20
11
-4
/
+91
*
Fix DCHECK in DownloadRequestDialogDelegateWin::DeleteDelegate
finnur@chromium.org
2009-03-20
1
-3
/
+0
*
Remove errant debugging line.
estade@chromium.org
2009-03-20
1
-1
/
+0
*
Adds a bookmark menu. This is experimental. To turn on you need
sky@google.com
2009-03-20
9
-9
/
+292
*
Consolidate into a single shutdown path.
tc@google.com
2009-03-20
2
-29
/
+32
*
Enable first UI test on Linux (browser/images_uitest.cc)
phajdan.jr@chromium.org
2009-03-20
2
-1
/
+4
*
Allow multiple js files per content script. Thanks to georged for making this...
aa@chromium.org
2009-03-20
4
-26
/
+6
*
Linux: Restore normal event handling for key events that are not to be sent t...
estade@chromium.org
2009-03-20
1
-9
/
+18
*
Removes all use of COM and dependencies on Windows-specific classes (includin...
klink@chromium.org
2009-03-20
4
-74
/
+173
*
Linux UI hook ups:
estade@chromium.org
2009-03-20
4
-10
/
+35
*
Hook up ctrl-w for close tab on linux.
estade@chromium.org
2009-03-20
2
-4
/
+31
*
Implement context menus on Mac.
pinkerton@chromium.org
2009-03-20
3
-1
/
+190
*
Updating TODO list; turns out that the fade is working but too quickly for my...
avi@google.com
2009-03-20
1
-1
/
+0
*
Rewrite tab layout to a centralized method rather than moving things around a...
pinkerton@chromium.org
2009-03-20
1
-61
/
+74
*
Make GTK accelerator setup code more compact.
estade@chromium.org
2009-03-20
1
-22
/
+19
*
SSLPolicy fix: Step 9 of 9 (hopefully!).
abarth@chromium.org
2009-03-20
10
-202
/
+252
*
Now have a TextButton rendering (sort of; doesn't respond to mouse events so
erg@google.com
2009-03-19
1
-0
/
+4
*
Fix a bunch of tiny near-bugs and bugs that static analysis identified
jar@chromium.org
2009-03-19
2
-3
/
+4
*
Revert "Now have a TextButton rendering." Broke Windows.
erg@google.com
2009-03-19
1
-4
/
+0
*
Now have a TextButton rendering (sort of; doesn't respond to mouse events so ...
erg@google.com
2009-03-19
1
-0
/
+4
*
Create cross-platform NativeButton2 class that wraps a NativeButtonWin.Once I...
ben@chromium.org
2009-03-19
1
-1
/
+1
*
Convert FindInPage wstrings to string16.
tc@google.com
2009-03-19
10
-20
/
+19
*
Implement focusing location bar with cmd-L on mac. Removes some more platform...
pinkerton@chromium.org
2009-03-19
2
-6
/
+0
*
Stage 1 of tab dragging infrastructure, disabled. Put in a base class below t...
pinkerton@chromium.org
2009-03-19
6
-21
/
+368
*
Remove extra language under "Spell-checker options" context menu
sidchat@google.com
2009-03-19
1
-1
/
+8
*
Fixing build by initializing all variables; TBR.
avi@google.com
2009-03-19
1
-0
/
+6
[next]