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
*
Chromium to use upstream WebPageSerializer instead of glue/DomSerializer.
yaar@chromium.org
2009-12-23
4
-26
/
+42
*
Updating trunk VERSION from 279.0 to 280.0
chrome-bot@google.com
2009-12-23
1
-1
/
+1
*
Don't inject content scripts into incognito browsers.
rafaelw@chromium.org
2009-12-23
10
-17
/
+96
*
(fix merge error).
rafaelw@chromium.org
2009-12-23
4
-0
/
+22
*
Revert "Disallow chrome.tabs.executeScript from injecting code into gallery"
rafaelw@chromium.org
2009-12-23
4
-22
/
+0
*
Disallow chrome.tabs.executeScript from injecting code into gallery
rafaelw@chromium.org
2009-12-23
4
-0
/
+22
*
Fix utf8 issue in extension action context menu.
finnur@chromium.org
2009-12-23
1
-1
/
+1
*
Revert 35189 (caused test_shell_tests crashes on valgrind bot):
willchan@chromium.org
2009-12-23
1
-104
/
+31
*
Take 2: Re-enable TCMalloc on Linux and make POSIX signal handling async sign...
willchan@chromium.org
2009-12-22
1
-31
/
+104
*
Gets the extension popup/bubble to work correctly on Chrome OS.
sky@chromium.org
2009-12-22
6
-14
/
+99
*
Revert 35184 - This seemed to cause BlacklistedExtensionWillNotInstall
levin@chromium.org
2009-12-22
6
-72
/
+11
*
Change chromeos build to use views
oshima@chromium.org
2009-12-22
4
-60
/
+55
*
Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...
apatrick@google.com
2009-12-22
21
-92
/
+359
*
Permission escalation when extension updates should trigger the install warni...
finnur@chromium.org
2009-12-22
6
-11
/
+72
*
Putting back tests that are excluded in bug 28808
oshima@chromium.org
2009-12-22
6
-30
/
+3
*
Check permissions for chrome.tabs.executeScript() in the
aa@chromium.org
2009-12-22
13
-78
/
+192
*
Fixes bug on removing last pinned tab that left new tab button
sky@chromium.org
2009-12-22
2
-0
/
+16
*
Make the error messages for manifest parsing a little friendlier.
finnur@chromium.org
2009-12-22
1
-6
/
+12
*
Try 2: on fstat checking
thomasvl@chromium.org
2009-12-22
1
-3
/
+5
*
Mac: Hook up "End process" button on task manager.
thakis@chromium.org
2009-12-22
3
-12
/
+97
*
Makes extension badges on Chrome OS draw the same as they do on windows.
sky@chromium.org
2009-12-22
1
-1
/
+1
*
Fix a crash when you use incorrect credentials to log into bookmark sync.
zork@chromium.org
2009-12-22
1
-2
/
+1
*
Fix racing condition that blocks profiles menu showing up
xiyuan@chromium.org
2009-12-22
6
-18
/
+70
*
Make our toolbar tell accessibility it is a toolbar.
avi@chromium.org
2009-12-22
1
-0
/
+11
*
Revert 35160 - Check result on fstat call.
rvargas@google.com
2009-12-22
1
-3
/
+1
*
Check result on fstat call.
thomasvl@chromium.org
2009-12-22
1
-1
/
+3
*
The bookmark bar with zero height should be explicitly hidden. This is requir...
avi@chromium.org
2009-12-22
2
-1
/
+6
*
Fixes possible crash in closing window. The sequence when closing a
sky@chromium.org
2009-12-22
1
-0
/
+6
*
Mark NaClTest.SrpcHelloWorld as flaky.
maruel@chromium.org
2009-12-22
1
-1
/
+2
*
Updating trunk VERSION from 278.0 to 279.0
chrome-bot@google.com
2009-12-22
1
-1
/
+1
*
Create an OpenGL backing store. This version works for all the basic operations
brettw@chromium.org
2009-12-22
4
-1
/
+325
*
Revert 35137 - Getting perf numbers. Will revert.
viettrungluu@chromium.org
2009-12-22
6
-103
/
+58
*
Getting perf numbers. Will revert.
viettrungluu@chromium.org
2009-12-22
6
-58
/
+103
*
Add FormGroup, an interface that represents a collection of form fields group...
jhawkins@chromium.org
2009-12-22
2
-0
/
+53
*
Refactoring build configurations - make it clearer and allow better support f...
gregoryd@google.com
2009-12-22
5
-12
/
+12
*
SVN copy didn't work for me so I somehow changed news extension instead of co...
cira@chromium.org
2009-12-22
4
-128
/
+9
*
Adding localization for English and Serbian to the news sample (and copying n...
cira@chromium.org
2009-12-22
4
-9
/
+128
*
Fixes bug in tabstrip that could result in no tooltip text for pinned
sky@chromium.org
2009-12-22
1
-3
/
+4
*
Remove title from cros login window
davemoore@chromium.org
2009-12-21
2
-4
/
+50
*
Attempt 2 at landing this:
sky@chromium.org
2009-12-21
3
-53
/
+37
*
Updating trunk VERSION from 277.0 to 278.0
laforge@chromium.org
2009-12-21
1
-1
/
+1
*
[Mac] Fixes a bug where an ExtensionPopupController object's pointer was neve...
andybons@chromium.org
2009-12-21
4
-12
/
+19
*
Differentiate between ADD and CHANGED when adding new autofill entries.
skrul@chromium.org
2009-12-21
4
-34
/
+97
*
Extension Doc Changes (no building or testable changes)
rafaelw@chromium.org
2009-12-21
35
-84
/
+17
*
Make AutocompleteTextField adhere to NSTextViewDelegate.
mark@chromium.org
2009-12-21
1
-1
/
+3
*
Make View Source and Search Web For inherit group properly. Original patch b...
pkasting@chromium.org
2009-12-21
4
-15
/
+21
*
Fix some valgrind failures.
jrg@chromium.org
2009-12-21
7
-27
/
+72
*
Correct the code that suppresses multiple paint rects to avoid the
darin@chromium.org
2009-12-21
1
-6
/
+6
*
Mac: Create a pid->task_t mapping in the browser process.
thakis@chromium.org
2009-12-21
6
-3
/
+141
*
Make the tab strip and tabs first-class accessibility objects.
avi@chromium.org
2009-12-21
2
-0
/
+28
[next]