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
*
Laying down the groundwork for GPU video layers.
scherkus@chromium.org
2010-03-02
1
-3
/
+18
*
Implement FormManager::LabelForElement and use this to store the field labels.
jhawkins@chromium.org
2010-03-02
1
-0
/
+2
*
Making sure that we do not destroy a WaitableEvent while another
dumi@chromium.org
2010-03-02
1
-9
/
+10
*
Add --enable-gpu-rendering instead of relying on a hardcoded constant.
scherkus@chromium.org
2010-03-02
2
-0
/
+4
*
Remove the --enable-nacl-on-mac flag, since the syscall thunking code is secure
dspringer@google.com
2010-03-02
3
-14
/
+0
*
Further tweaks to incognito extensions.
mpcomplete@chromium.org
2010-03-02
1
-4
/
+0
*
Next part of bad dependency removal (chrome/common -> chrome/browser)
phajdan.jr@chromium.org
2010-03-02
5
-1611
/
+1
*
Better error output when background page fails to load.
asargent@chromium.org
2010-03-02
1
-2
/
+2
*
Adds a command line flag to suppress flashing blinking for those who really, ...
slightlyoff@chromium.org
2010-03-01
2
-0
/
+5
*
Add autofill Change Processor and Model Associator
zork@google.com
2010-03-01
2
-0
/
+8
*
Tweak minidump flags to include a little more detail.
siggi@chromium.org
2010-03-01
1
-60
/
+4
*
Increment gmail_checker version number from 3 to 3.1
cira@google.com
2010-03-01
1
-8
/
+8
*
Adding hu and zh_TW translations for gmail checker. Some other locales got mi...
cira@google.com
2010-03-01
4
-2
/
+4
*
Badge font size change to 7.5 to match more closely what we had before.
finnur@chromium.org
2010-03-01
1
-6
/
+6
*
[Linux]Improve keyboard event handling code of RWHV.
suzhe@chromium.org
2010-03-01
3
-10
/
+25
*
Add a unit test for validating extension_api.json .
skerner@chromium.org
2010-02-28
1
-0
/
+113
*
Continue removing bad dependency of chrome/common on chrome/browser
phajdan.jr@chromium.org
2010-02-27
13
-627
/
+0
*
Reset the default quota limit for extensions to 5MB, but add a
dumi@chromium.org
2010-02-27
2
-1
/
+4
*
Fix 32364: Badge text of Browser Action is displayed in bold font
finnur@chromium.org
2010-02-26
1
-3
/
+8
*
Added HttpAuthFilter.
cbentzel@chromium.org
2010-02-26
2
-0
/
+4
*
Extension Doc Changes (no building or testable changes)
rafaelw@chromium.org
2010-02-26
3
-0
/
+83
*
Un-revert r39999, now with a Valgrind fix. Original change: http://codereview...
dimich@chromium.org
2010-02-26
2
-1
/
+11
*
Initial work for cross-process video rendering using layers.
scherkus@chromium.org
2010-02-26
3
-0
/
+19
*
Add a metrics extensions API.
rogerta@chromium.org
2010-02-26
3
-0
/
+109
*
Adding a preference to turn off the translate feature.
jcampan@chromium.org
2010-02-26
2
-0
/
+4
*
Deprecate file_util::AppendToPath() on non-Windows.
evan@chromium.org
2010-02-26
2
-2
/
+2
*
Necessary modifications for rendering web page on login screen: getting the
avayvod@google.com
2010-02-26
2
-3
/
+7
*
Eric Bidelman's patches for the OAuth library.
kathyw@chromium.org
2010-02-26
4
-33
/
+52
*
Make the invalid version error a bit more specific; the previous text
joi@chromium.org
2010-02-26
1
-1
/
+1
*
AutoFill dialog UI polish. Based on feedback from thakis.
dhollowa@chromium.org
2010-02-26
2
-0
/
+4
*
Allow users to enable extensions in incognito. Requires
mpcomplete@chromium.org
2010-02-25
3
-2
/
+22
*
Adding message catalogs from TC for all locales except hu and zh_TW (not read...
cira@google.com
2010-02-25
42
-76
/
+44
*
Rename the DLL and the executable used by NaCl on Win64 (chrome_nacl_win64.dl...
gregoryd@google.com
2010-02-25
1
-1
/
+1
*
Disable scroll bars on resizing popups below a maximum size.
skerner@chromium.org
2010-02-25
1
-0
/
+5
*
linux: use minimum size rather than forcing dialog size
evan@chromium.org
2010-02-25
1
-1
/
+11
*
Revert r39951 - Broke Valgrind - "Make sure the workers are given a chance to...
rsesek@chromium.org
2010-02-25
2
-12
/
+2
*
Fix a conditional jump depending on an uninitialized value from r39951 by set...
rsesek@chromium.org
2010-02-25
1
-1
/
+2
*
Make sure the workers are given a chance to terminate their thread when the I...
dimich@google.com
2010-02-24
2
-1
/
+10
*
I just put the code that does not compile on ARM. Trybots will fail because I...
apatrick@chromium.org
2010-02-24
1
-0
/
+4
*
GTK: Add modal cookies confirmation prompt.
erg@chromium.org
2010-02-24
2
-1
/
+85
*
Linux: Move some duplicated code to gtk_util::CreateBoldLabel and LeftAlignMisc.
mattm@chromium.org
2010-02-24
2
-0
/
+22
*
Only pump messages during a cookie query if it results in a user prompt.
darin@chromium.org
2010-02-24
1
-0
/
+5
*
Turn on session storage by default.
jorlow@chromium.org
2010-02-24
2
-4
/
+4
*
Further reduce the bad dependency of chrome/common on chrome/browser.
phajdan.jr@chromium.org
2010-02-24
11
-423
/
+944
*
Revert 39732 due to reliability bot failures.
darin@chromium.org
2010-02-23
1
-1
/
+0
*
Remove the --enable-new-autofill switch. This enables the AutoFillManager to...
jhawkins@chromium.org
2010-02-23
4
-9
/
+6
*
Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL uses
dspringer@google.com
2010-02-23
2
-6
/
+41
*
Add support for more types of controls and events to GTK implementation of
dmazzoni@chromium.org
2010-02-23
1
-0
/
+10
*
Notify when database access is blocked due to content settings.
jochen@chromium.org
2010-02-23
1
-0
/
+1
*
Remove usages of obsolete WebSettings::setGeolocation so it can be removed fr...
joth@chromium.org
2010-02-23
1
-2
/
+0
[next]