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
/
renderer
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert include paths for string_number_conversions in src/chrome and src/webkit
brettw@chromium.org
2013-03-27
1
-1
/
+1
*
For NodeList objects, make sure the indices are numbers( the forEach function...
yang.gu@intel.com
2013-03-27
1
-1
/
+5
*
Remove unused include to WebTextCaseSensitivity.h
jamesr@chromium.org
2013-03-27
1
-1
/
+0
*
Remove SandboxedPages and SandboxedCSP from Extension Class
rdevlin.cronin@chromium.org
2013-03-27
1
-3
/
+5
*
Inconsistent use of [x] close panel icon. Code changes.
varkha@chromium.org
2013-03-27
1
-7
/
+6
*
Change PPB_PDF to use PP_BrowserFont_Trusted_Description instead of PP_FontDe...
raymes@chromium.org
2013-03-26
2
-12
/
+23
*
Replace only use of WebRegularExpression with RE2
jamesr@chromium.org
2013-03-26
2
-9
/
+5
*
Delete SnapshotTabHelper now that dependencies are fixed.
justinlin@chromium.org
2013-03-26
2
-53
/
+0
*
[spellcheck] Minor style cleanup.
groby@chromium.org
2013-03-26
2
-5
/
+6
*
[spellcheck] Cleanup
groby@chromium.org
2013-03-26
3
-28
/
+11
*
Cancel mid-word spelling requests
rouslan@chromium.org
2013-03-26
2
-1
/
+21
*
Added activity logging for ext APIs with custom bindings
felt@chromium.org
2013-03-26
6
-4
/
+137
*
Revert "Modify content::GetFontTable to allow clients to control what is read."
bbudge@chromium.org
2013-03-25
2
-6
/
+4
*
mac: Clean up a few more uses of USE_SKIA
thakis@chromium.org
2013-03-25
1
-0
/
+4
*
Revert 190431 "Inconsistent use of [x] close panel icon"
flackr@chromium.org
2013-03-25
1
-6
/
+7
*
Inconsistent use of [x] close panel icon
flackr@chromium.org
2013-03-25
1
-7
/
+6
*
InstantExtended: Switching InstantAutocompleteResults display to iFrames.
shishir@chromium.org
2013-03-25
7
-39
/
+263
*
SyncFS: Make getFileStatuses return an array of { FileEntry, status }
kinuko@chromium.org
2013-03-25
1
-0
/
+24
*
Move IncognitoSplitMode out of Extension Class
rdevlin.cronin@chromium.org
2013-03-24
1
-0
/
+2
*
Second attempt to fix perf regression from r190058 - go back to conditionally
kalman@chromium.org
2013-03-24
1
-12
/
+25
*
InstantExtended: support search providers that don't implement the API.
samarth@chromium.org
2013-03-24
2
-33
/
+73
*
chrome-search: should not be display-isolated
dhollowa@chromium.org
2013-03-24
3
-25
/
+4
*
Don't require('json') in web page renderers. Causes startup perf regression.
kalman@chromium.org
2013-03-24
1
-2
/
+7
*
Remove fixed width from the local popup to prevent clipping on resize.
jeremycho@chromium.org
2013-03-24
1
-4
/
+4
*
Added histogram for v2 app launch source
calamity@chromium.org
2013-03-24
1
-0
/
+2
*
Lazily load extension API schemas
cduvall@chromium.org
2013-03-23
6
-93
/
+30
*
InstantExtended: Adding InstantRestrictedIDCache for caching and looking up r...
shishir@chromium.org
2013-03-23
3
-103
/
+114
*
Initial check-in enabling <adview> tag for packaged apps.
rpaquay@chromium.org
2013-03-23
7
-10
/
+369
*
Restore SnapshotTabHelper temporarily until dependencies are fixed (reverts d...
justinlin@chromium.org
2013-03-23
2
-0
/
+53
*
Disable SpellCheckTest.SpellCheckText under ThreadSanitizer v2
glider@chromium.org
2013-03-23
1
-1
/
+8
*
Add getFileStatuses() function to JavaScript API
kinuko@chromium.org
2013-03-23
1
-0
/
+13
*
Add RenderWidgetHost::GetSnapshotFromRenderer method to content/ interface fo...
justinlin@chromium.org
2013-03-23
2
-53
/
+0
*
Disable syncFileSystem.deleteFileSystem for now
kinuko@chromium.org
2013-03-22
1
-1
/
+1
*
Lazily require types when validating Extensions API calls
cduvall@chromium.org
2013-03-22
12
-217
/
+225
*
Removed skia::ScopedPlatformCanvas.
skaslev@chromium.org
2013-03-21
1
-1
/
+2
*
Add PP_Instance paramater to functions in PPB_PDF.
raymes@chromium.org
2013-03-21
1
-3
/
+3
*
Revert 189589 "Added histogram for v2 app launch source"
hans@chromium.org
2013-03-21
1
-2
/
+0
*
Added histogram for v2 app launch source
calamity@chromium.org
2013-03-21
1
-0
/
+2
*
Re-send spelling results after document markers were removed
rouslan@chromium.org
2013-03-21
4
-16
/
+50
*
The CDM should not be affected by Content settings for generic Plug-ins
ddorwin@chromium.org
2013-03-21
1
-9
/
+34
*
Modify content::GetFontTable to allow clients to control what is read.
bbudge@chromium.org
2013-03-21
2
-4
/
+6
*
Fix crashing downloads extensions.
benjhayden@chromium.org
2013-03-21
1
-0
/
+2
*
CalculatePrintParamsForCss must be called after printBegin.
vitalybuka@chromium.org
2013-03-20
1
-1
/
+4
*
alternate ntp: add attribution url to ThemeBackgroundInfo
kuan@chromium.org
2013-03-20
1
-0
/
+9
*
optimize png files under chrome/browser/resources and chrome/renderer/resources
oshima@chromium.org
2013-03-20
8
-0
/
+0
*
Remove dead code behind ifndef WEBKIT_USE_NEW_WEBFILESYSTEMTYPE
pilgrim@chromium.org
2013-03-20
5
-24
/
+0
*
Make sure only platform app support <webview> tag
yang.gu@intel.com
2013-03-20
1
-2
/
+7
*
Fixes couple to TODOs.
ramankk@chromium.org
2013-03-20
1
-3
/
+1
*
Browser Plugin: Report console error on failed window attachment
fsamuel@chromium.org
2013-03-19
1
-0
/
+4
*
Be less forgiving in ModuleSystem of programmer error. Add
kalman@chromium.org
2013-03-19
9
-127
/
+218
[next]