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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add TRACE calls for all gpu driver calls
gman@chromium.org
2013-02-07
15
-8
/
+162
*
Fix original input being lost when hitting up arrow with InstantExtended.
asvitkine@chromium.org
2013-02-07
3
-2
/
+79
*
Instant Extended should respect the search prediction pref.
shishir@chromium.org
2013-02-07
4
-18
/
+36
*
Disable Copy and Cut menu items when only editting item is selected.
yosin@chromium.org
2013-02-07
1
-2
/
+11
*
Convert SBSubPrefix vectors to deques.
shess@chromium.org
2013-02-07
5
-8
/
+10
*
Add support for default values in filling forms (in a multipage autofill flow).
ramankk@chromium.org
2013-02-07
4
-74
/
+65
*
Correct BackingStoreMac::CopyFromBackingStore coordinates on Mac
hclam@chromium.org
2013-02-07
1
-1
/
+1
*
Hide the "Clear browsing data..." button in the Settings App.
koz@chromium.org
2013-02-07
1
-0
/
+1
*
Remove content_unittests suppressions for Android: AudioRendererHostTest.*
miu@chromium.org
2013-02-07
1
-9
/
+0
*
Use correct TextDirection in SelectionHandleController
cjhopman@chromium.org
2013-02-07
2
-21
/
+7
*
Update some #includes in content/renderer/dom_storage for headers that have b...
pilgrim@chromium.org
2013-02-07
1
-1
/
+1
*
Add chrome_unscaled_resources.rc to resources bundled for GPU test targets.
tapted@chromium.org
2013-02-07
1
-0
/
+1
*
Disabled TestEncodingAutoDetect on MAC
vitalybuka@chromium.org
2013-02-07
1
-1
/
+1
*
[Autofill] Add WebKit screen info to the Risk protobuf.
isherman@chromium.org
2013-02-07
3
-32
/
+84
*
Cleanup: fix bad use of "this".
yoshiki@chromium.org
2013-02-07
1
-2
/
+2
*
Document the declarativeContent API.
jyasskin@chromium.org
2013-02-07
4
-3
/
+131
*
filemanager: Update the icons in the left nav.
haruki@chromium.org
2013-02-07
24
-8
/
+13
*
[chromedriver] Fix Sendkeys in Windows.
chrisgao@chromium.org
2013-02-07
1
-1
/
+10
*
On Linux, Chrome App windows now set their window class to match the
mgiuca@chromium.org
2013-02-07
1
-1
/
+3
*
Rename "public account" to "public session"
bartfab@chromium.org
2013-02-07
2
-3
/
+3
*
[Media Gallery] Implemented mediaGalleriesPrivate.getAllGalleryWatch() and me...
kmadhusu@chromium.org
2013-02-07
8
-76
/
+321
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
58
-201
/
+211
*
Attach ImeAdapter as soon as native side is ready
boliu@chromium.org
2013-02-07
2
-5
/
+20
*
Rework top controls movement to simplify the logic.
tedchoc@chromium.org
2013-02-07
4
-60
/
+18
*
Made menu items content to have the same height for item with and without icons.
yefim@chromium.org
2013-02-07
2
-3
/
+10
*
Factor connection setup out of client_screen.js.
jamiewalch@chromium.org
2013-02-07
9
-458
/
+549
*
This change adds a new item to the app list as soon as an app starts installi...
koz@chromium.org
2013-02-07
12
-27
/
+134
*
Add a benchmarking_extension API to call TCMalloc's HeapProfilerDump().
dmikurube@chromium.org
2013-02-07
7
-0
/
+110
*
Special handling for special CVC input.
estade@chromium.org
2013-02-07
6
-32
/
+95
*
Move utf_offset_string_conversions and utf_string_conversion_utils to strings.
brettw@chromium.org
2013-02-07
18
-50
/
+55
*
Add explicit casts to avoid ambiguous matching in
alecflett@chromium.org
2013-02-07
2
-7
/
+14
*
Omnibox: Create Keyword Verbatim Result in Search Provider
mpearson@chromium.org
2013-02-07
7
-56
/
+301
*
Linux/ChromeOS Chromium style checker cleanup, ash/ edition.
rsleevi@chromium.org
2013-02-07
19
-54
/
+61
*
ash: Use toplevel window for detecting fullscreen video.
derat@chromium.org
2013-02-07
1
-1
/
+4
*
Fix Y-flipped lighting in accelerated SVG reference filters in CSS. Since th...
senorblanco@chromium.org
2013-02-07
2
-0
/
+5
*
When both stun and turn server are provided, use the turn server as the stun ...
ronghuawu@chromium.org
2013-02-07
1
-0
/
+3
*
Removed unused OAuth1 related chrome.
zelidrag@chromium.org
2013-02-07
20
-865
/
+14
*
Browser Plugin: Do not try to kill a guest process that has already been killed.
lazyboy@chromium.org
2013-02-07
2
-1
/
+37
*
Depend on xdisplaycheck when use_x11==1, not when toolkit_uses_gtk==1.
benrg@chromium.org
2013-02-07
5
-11
/
+46
*
Valgrind: Remove an old, possibly unused suppression.
thestig@chromium.org
2013-02-07
1
-12
/
+0
*
Skip optipng if it reduced the color type from rgb to grayscale/grayscale+alpha.
oshima@chromium.org
2013-02-07
1
-1
/
+29
*
Remove a stray <span id="typeTemplate"> that appeared repeatedly on API descr...
jyasskin@chromium.org
2013-02-07
2
-2
/
+2
*
Reland r181070, "chromeos: Add power management policy prefs."
derat@chromium.org
2013-02-07
17
-5
/
+496
*
Fix crash when opening media gallery settings
jamescook@chromium.org
2013-02-07
3
-12
/
+18
*
[NaCl SDK] ppapi_main: use line buffering for stdout/stderr
sbc@chromium.org
2013-02-07
1
-0
/
+2
*
Glue code for DTMF sender.
ronghuawu@chromium.org
2013-02-07
7
-13
/
+216
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser edition.
rsleevi@chromium.org
2013-02-07
172
-466
/
+527
*
Cleanup: use "drive" instead of "gdrive".
yoshiki@chromium.org
2013-02-07
22
-90
/
+89
*
Move string_number_conversions to base/strings.
brettw@chromium.org
2013-02-07
29
-144
/
+151
*
Linux/ChromeOS Chromium style checker cleanup, chrome/browser/extensions edit...
rsleevi@chromium.org
2013-02-07
91
-226
/
+242
[next]