Sign in
chromium
/
chromium
/
src
/
701fa21b5ccf60143b103799f83cae7c51e6b5ee
/
chrome
/
renderer
81bfb1741
Move WebTextCheckClient reference from WebViewImpl to WebLocalFrameImpl
by xiaochengh
· 8 years ago
326fcbc
[Extensions Bindings] Update binding util usage to be safe
by rdevlin.cronin
· 8 years ago
ee24cb32
s/DidNavigateWithinPage/OnSameDocumentNavigation.
by eugenebut
· 8 years ago
dd47f6d
Split SpellCheckPanel off SpellCheckProvider
by xiaochengh
· 8 years ago
9f7541c
Add GetPreferredFormats method to media::VideoCapturerSource.
by guidou
· 8 years ago
c51f3aab
WebMouseEvent coordinates are now fractional & private
by mustaq
· 8 years ago
8bd5d6a1
Separate ContentSettingsClient out from LocalFrameClient
by kinuko
· 8 years ago
577b8f3
[Extensions Bindings] Add an end-to-end test for the fileSystem API
by rdevlin.cronin
· 8 years ago
f23e01c5
Add support for in-page links in ChromeVox.
by dtseng
· 8 years ago
a70d717
Use TaskScheduler::InitParams to initialize TaskScheduler in child processes.
by fdoray
· 8 years ago
f44eeb0
Prevent autocomplete tests from being broken by data URL deprecation.
by meacer
· 8 years ago
231212e
ntp_tiles: Cleanup enum names
by treib
· 8 years ago
b026fbde
[Extensions Bindings] Move safeCallbackApply to exception handler
by rdevlin.cronin
· 8 years ago
92005c8
NTP thumbnails: Always pass singular "thumbnailUrl" to the iframe
by treib
· 8 years ago
0e622d52
[Extensions Bindings] Support sendRequest options
by rdevlin.cronin
· 8 years ago
bcc66218
Remove |remote| and |readonly| members of MediaStreamTrack.
by peary2
· 8 years ago
d64d985
Ensure only one instance of AutomationInternalCustomBindings for background page extensions
by dtseng
· 8 years ago
4179f17c
Continue to clean c_str() calls.
by iceman
· 8 years ago
c7c9e55
Fix computation of Automation API location offsets in WebViews.
by dmazzoni
· 8 years ago
9312812
[Extensions Bindings] Remove ScriptContext::DispatchEvent
by rdevlin.cronin
· 8 years ago
7a44adcc7
Generalize the HIT_TEST accessibility action so that it can send any event.
by dmazzoni
· 8 years ago
5ae751e
s/same_page/same_document for DidCommitProvisionalLoad method.
by eugenebut
· 8 years ago
7717d24
[Password Manager] Check node visibility with isFocusable instead of hasNonEmptyLayoutSize
by kolos
· 8 years ago
4abb0416
[Extensions Bindings] Don't store arguments on the pending request
by rdevlin.cronin
· 8 years ago
eddd286d
Fix for WebViewImpl exposure through bind().
by paulmeyer
· 8 years ago
dac4459
Change FrameLoadTypeReload to take FrameLoadTypeReloadMainResource's behavior
by toyoshim
· 8 years ago
a3ec3e69
Remove gcasto@ from autofill/passwords OWNERS
by vabr
· 8 years ago
38e46dd
Fix public dependencies on //ipc
by rockot
· 8 years ago
dab7db2
Skip checking non-emptiness of username on In-Page Navigation.
by dvadym
· 8 years ago
cc2df16e
Fix handling of external protocols with PlzNavigate.
by jam
· 8 years ago
70cdc81
Hardcode extensions::util::IsNewBookmarkAppsEnabled() to true, except on Mac.
by tapted
· 8 years ago
a45979a
[Extensions Bindings] Add support for DeclarativeEvents
by rdevlin.cronin
· 8 years ago
ad1bc74
Revert of Remove |remote| and |readonly| members of MediaStreamTrack. (patchset #5 id:80001 of https://codereview.chromium.org/2723433002/ )
by guidou
· 8 years ago
649b3edd
Begin to wean child processes off reliance on a persistent service_manager::Connection to the browser.
by ben
· 8 years ago
786713f
[Password Generation] Hide editing popup for generated password if Javascript cleared the field
by kolos
· 8 years ago
e3cf909
Migrated ChromeViewHostMsg_PageHasOSDD to Mojo.
by martis
· 8 years ago
4a42d386
[Password Manager] Replace WebInputElement.setValue(element, true /* send events*/) with WebInputElement.setAutofillValue
by kolos
· 8 years ago
f5b3c2d
Remove windowX/windowY from WebMouseEvent
by dtapuska
· 8 years ago
c881a5d6
Componentize safe_browsing: move renderer/ reporting part for WebView.
by timvolodine
· 8 years ago
812a97d
Change some ints to size_t to fix warning on win64 builds
by lpz
· 8 years ago
531d81f
Add password form search using blink::WebNode reference comparison.
by sense
· 8 years ago
7a3fcb2
Convert RequestReloadImageForContextNode to use mojo, part 2/2.
by nigeltao
· 8 years ago
cf731b5
Renamed NavigationState::WasWithinSamePage to WasWithinSameDocument.
by eugenebut
· 8 years ago
cbf167aa
Split content script injections into multiple tasks
by ksakamoto
· 8 years ago
614d70a
Move FieldTrialRecorder mojom to content
by chiniforooshan
· 8 years ago
c0ff6ff2
[HBD] Add an Enable Flash context menu item for HBD placeholders.
by tommycli
· 8 years ago
ca93437b
[Password Generation] Mask generated password if the field doesn't have focus anymore
by kolos
· 8 years ago
27c39dbe
Remove |remote| and |readonly| members of MediaStreamTrack.
by peary2
· 8 years ago
2c47200
Mojoify the RequestThumbnailForContextNode IPC message and reply
by watk
· 8 years ago
ecab4f5
Enable outdated plugin infobars even when third-party plugin installation is not enabled.
by bauerb
· 8 years ago
2a2a964
Add support for tracking loading behavior of child frames.
by bmcquade
· 8 years ago
2e3385f
Move chrome/common/safe_browsing/csd.proto to components/safe_browsing
by jialiul
· 8 years ago
6043caf
Convert RequestReloadImageForContextNode to use mojo, part 1/2.
by nigeltao
· 8 years ago
e96ca6b
[Extensions Bindings] Separate out js util and bindings hooks
by rdevlin.cronin
· 8 years ago
cf1efee
Convert SetVisuallyDeemphasized IPC to mojo
by catmullings
· 8 years ago
2484950
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 8 years ago
7fdf43c
Revert of Move chrome/common/safe_browsing/csd.proto to components/safe_browsing (patchset #2 id:20001 of https://codereview.chromium.org/2733343002/ )
by jialiul
· 8 years ago
f3aafdc
Move chrome/common/safe_browsing/csd.proto to components/safe_browsing
by jialiul
· 8 years ago
c87c31d
SearchBox: don't call MostVisited APIs with invalid URLs
by treib
· 8 years ago
b1ea89c
[Password Generation] Process CONFIRMATION_PASSWORD votes on the client side
by kolos
· 8 years ago
5e65e3a
Require explicit selection of traits for LazyInstance
by scottmg
· 8 years ago
d50b4e5a
Stop setting use_qualified_include to true now that that is the default.
by thakis
· 8 years ago
6deb955
Extend threat report to include attribute names/values of DOM elements.
by lpz
· 8 years ago
f7058d06
De-dupe webui owners now that file:// exists
by dbeam
· 8 years ago
c7f36df
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 8 years ago
5365d82f
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 8 years ago
d9d61ec
Update ThreatDOMDetails to be able to collect non-resource HTML Elements based on their attributes, and make sure they can be rolled up into the DOM in ThreatDetails.
by lpz
· 8 years ago
013446f
Fix 2 issues that were hitting dchecks when enabling ModuleDatabase
by pmonette
· 8 years ago
34328bc
[Extensions Bindings] Add a hook for sendRequest
by rdevlin.cronin
· 8 years ago
52deea2a
[nacl] Dropping whitelist of G+ Photos.
by bradnelson
· 9 years ago
a6ea9df
More robust fill password fields on click.
by dvadym
· 9 years ago
705b13e
Revert of Remove |remote| and |readonly| members of MediaStreamTrack (patchset #10 id:200001 of https://codereview.chromium.org/2425703002/ )
by mathp
· 9 years ago
a72385a
Remove |remote| and |readonly| members of MediaStreamTrack.
by peary2
· 9 years ago
2e6a9ebb
NTP: simplify mojo connection setup
by tibell
· 9 years ago
ad36993
[Autofill] Fix of crashes caused by show-autofill-signatures flag
by kolos
· 9 years ago
3051b0d
[DirectoryOwnership] Add TEAM/COMPONENT into OWNERS files.
by ymzhang
· 9 years ago
79d5e5d
Remove FrameType argument from ResourceFetcher::Start()
by tyoshino
· 9 years ago
07205c9
Adding MHTML support into Page Load Metrics
by ryansturm
· 9 years ago
0891c24e
Don't crash browser process when OK passed as error code in FSP API.
by mtomasz
· 9 years ago
2e04487
[autofill] Add rogerm@ to OWNERS for autofill components, browser and renderer
by rogerm
· 9 years ago
d9d9794
PlzNavigate: Move navigation-level mixed content checks to the browser.
by carlosk
· 9 years ago
e03e80f
Inline base::BinaryValue into base::Value
by jdoerrie
· 9 years ago
2364c1b
Eliminate PasswordAutofillAgentConstructed() in mojo interface PasswordManagerDriver
by leon.han
· 9 years ago
8e6c608
Stop using WebWindowFeatures in the browser to avoid WebString usage
by scottmg
· 9 years ago
5d69ef86
Convert ChromeViewMsg_SetAllowRunningInsecureContent to use mojo.
by nigeltao
· 9 years ago
cc96c42a
Remove content/browser dependency on WebFontRenderStyle.
by jam
· 9 years ago
1d689c6
NTP Cleanup: Remove support for "icons" layout
by treib
· 9 years ago
5600e9d
Clean up IconNTP-related code
by mastiz
· 9 years ago
a28c8e86
NTP: Rename mojo methods, fixing a TODO
by tibell
· 9 years ago
93a6ee79
Turn on clang format as an upload step for all the repo.
by jam
· 9 years ago
ed1ed1d
Move WebCache from public/web into public/platform
by kinuko
· 9 years ago
1a023a38
PlzNavigate: Invoke didStartProvisionalLoad() when the renderer initiates a navigation early on in FrameLoader::startLoad()
by ananta
· 9 years ago
48f1cbd4
Add TEAM/COMPONENT
by ymzhang
· 9 years ago
2388829
Remove OverrideYouTubeFlashEmbed feature flag.
by mlamouri
· 9 years ago
f007b70
Convert ChromeViewMsg_SetFieldTrialGroup to use mojo.
by nigeltao
· 9 years ago
98d886f
Add TEAM/COMPONENT
by ymzhang
· 9 years ago
97ff0cb
Assign a unique ID to every element node collected by ThreatDOMDetails.
by lpz
· 9 years ago
6da23de
Actually kill WebString <-> string16 implicit conversions.
by kinuko
· 9 years ago
7f6c6a0
Change allowed bindings to be per RenderFrame instead of per RenderView.
by sammc
· 9 years ago
09f615c
Don't show FormNotSecure warning on page load
by elawrence
· 9 years ago
Next »