- 28 Mar, 2014 40 commits
-
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260124 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
No doubt we can remove RenderViewObserver::DidFinishDocumentLoad(), but that can be done separately (there is already a TODO for it). BUG=none TEST=none R=darin@chromium.org Review URL: https://codereview.chromium.org/212793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260119 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
As instructed in base/basictypes.h we should use (u)int{8,16,32,64}_t rather than the ones without the '_t' suffix. BUG=333413 R=derat@chromium.org Review URL: https://codereview.chromium.org/215233002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260118 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
This change introduces the initial deferred (i.e. background) tracer infrastructure. This allows to start async subprocesses which periodically trace a given process. At the moment, the tracer will only dump mmaps and store them into the file archive. Furthermore, this CL introduces the possibility to dump and classify mmaps from the storage. BUG=340294 NOTRY=true Review URL: https://codereview.chromium.org/216783003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260117 0039d316-1c4b-4281-b951-d872f2087c98
-
vasilii@chromium.org authored
Currently the search provider can be localized. The CL adds localization support of homepage and startup page. BUG=267510 R=kalman@chromium.org Review URL: https://codereview.chromium.org/213683006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260116 0039d316-1c4b-4281-b951-d872f2087c98
-
fmalita@chromium.org authored
SaveFlags are being deprecated in Skia. This CL updates the call sites to use defaults (kMatrixClip_SaveFlag for save(), kARGB_ClipLayer_SaveFlag for saveLayer()). R=piman@chromium.org, reed@google.com, sky@chromium.org Review URL: https://codereview.chromium.org/214603005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260115 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
(Also split the tests.) R=darin@chromium.org Review URL: https://codereview.chromium.org/216073002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260114 0039d316-1c4b-4281-b951-d872f2087c98
-
wjmaclean@chromium.org authored
Minor refactor to avoid the possibility of accumulating error through truncation in LayerImpl::MaxScrollOffset(). Review URL: https://codereview.chromium.org/214893005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260113 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
This reverts https://src.chromium.org/viewvc/chrome?view=rev&revision=260102 It seems to have caused android build breakage: http://build.chromium.org/p/chromium.linux/buildstatus?builder=Android%20Tests%20%28dbg%29&number=19481 BUG=chromium:357207 TEST=None TBR=mnissler@chromium.org NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/216923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260110 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
The font multiplication factor used by the autosizing algorithm depends on the ratio of the layout width to screen width. As the test was using the default layout width of 980px, the factor was too small for tablets in landscape mode. This fix makes the test to set layout and page width depending on the screen width. BUG=356960 R=skobes@chromium.org Review URL: https://codereview.chromium.org/214543009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260108 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
Failing due to http://src.chromium.org/viewvc/blink?view=revision&revision=170278. BUG=353691 TBR=isherman@chromium.org, dbeam@chromium.org Review URL: https://codereview.chromium.org/216853002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260106 0039d316-1c4b-4281-b951-d872f2087c98
-
bokan@chromium.org authored
The associated change in Blink makes the pinch viewport a proper ScrollableArea meaning the normal path for synchronizing layer scroll offsets is used. This is a 2 sided patch, the other CL: https://codereview.chromium.org/199253002/ BUG=349941 Review URL: https://codereview.chromium.org/210543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260105 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=344769 NOTRY=true Review URL: https://codereview.chromium.org/212203003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260104 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
The JNI generator was wrongly identifying Outer.Inner. Raise an exception with a clearer message. BUG= Review URL: https://codereview.chromium.org/214543002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260103 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
This error shows up if the server indicates to the client that enrollment got rejected due to the device belonging do a different domain (as indicated by the client-provided state key). BUG=chromium:357207 TEST=Manual, check that the error message shows up on domain mismatch. R=asvitkine@chromium.org, dpolukhin@chromium.org, joaodasilva@chromium.org Review URL: https://codereview.chromium.org/214963002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260102 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=357501 TBR=henrika Review URL: https://codereview.chromium.org/216233005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260101 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=245025 R=rsleevi@chromium.org, wtc@chromium.org Review URL: https://codereview.chromium.org/213423007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260100 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
This seems to be causing problems when a mic gets temporarily suspended. BUG=357501 R=henrika@chromium.org Review URL: https://codereview.chromium.org/216483003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260099 0039d316-1c4b-4281-b951-d872f2087c98
-
dmikurube@chromium.org authored
BUG=345554 TBR=brettw@chromium.org Review URL: https://codereview.chromium.org/216573003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260095 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=357509 TEST=none R=nkostylev@chromium.org Review URL: https://codereview.chromium.org/216173005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260094 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=348637 TEST=none R=nkostylev@chromium.org TBR=sky@chromium.org Review URL: https://codereview.chromium.org/216553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260093 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@google.com authored
This CL adds Download folder path migration from /home/chronos/u-hash/Downloads to /home/chronos/user/Downloads when in the current running environment the profile path is set as the latter. It can happen when (1) the user enabled and then disabled the multi-profile flag, or (2) performed restart from about:flags. In such situations we need back migration not to break configurations. In addition, inserted path convertion to public functions in open_util so that paths stored in download history (during flipped path due to about:flags) can be correctly handled. BUG=356322,329744 R=hirono@chromium.org Review URL: https://codereview.chromium.org/216053002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260092 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
These tests draw a light green circle on a background. The test expect a certain background color, but what color the edge of the circle has is undefined. BUG=357279 R=mcasas@chromium.org Review URL: https://codereview.chromium.org/216353003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260090 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=270356,265945 R=lambroslambrou@chromium.org Review URL: https://codereview.chromium.org/214193002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260089 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
The new message is currently used only for keys for which Android generates ACTION_MULTIPLE events. BUG=265945,270356 R=lambroslambrou@chromium.org Review URL: https://codereview.chromium.org/214173002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260088 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260087 0039d316-1c4b-4281-b951-d872f2087c98
-
tkent@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=170192:170228&mode=html TBR=enne@chromium.org BUG= Review URL: https://codereview.chromium.org/216293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260086 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
All callers check for NULL already. R=piman@chromium.org BUG= Review URL: https://codereview.chromium.org/212993008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260085 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
BUG=357294 R=sky@chromium.org Review URL: https://codereview.chromium.org/215743002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260084 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Tests that depend on this flag actually fail since the UI compositor creates an OutputSurface which makes the GPU process launch before the test body gets to run. Since this flag doesn't really make sense with a UI compositor present, we should move these tests to not be browser tests. Since they just pass by early-out right now, remove the early outs and disable them. R=jbauman@chromium.org, piman@chromium.org BUG=356876 Review URL: https://codereview.chromium.org/212603006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260083 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://memory-internalsltilve@igalia.com authored
BUG=279653 Review URL: https://codereview.chromium.org/208833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260082 0039d316-1c4b-4281-b951-d872f2087c98
-
darin@chromium.org authored
If a mojom interface method specifies response parameters, then we'll generate javascript bindings that provide an additional callback parameter used to pass the response parameters. This mirrors the C++ implementation. A future improvement will likely be to use promises instead, especially now that they are enabled on trunk. As part of this CL, connector.js was also made consistent with connector.cc. It starts reading the message pipe immediately, handles write failures in a similar fashion, etc. The Connection type from connector.js is factored out into a separate file as it now holds a Router object. router.js mirrors router.cc. The Connection type is really the mirror of the C++ RemotePtr<S> type. Some basic request/response tests were added to connection_unittests.js. We'll probably want more testing. R=abarth@chromium.org TBR=mpcomplete@chromium.org Originally reviewed at https://codereview.chromium.org/207503004/ Review URL: https://codereview.chromium.org/216443002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260081 0039d316-1c4b-4281-b951-d872f2087c98
-
blundell@chromium.org authored
This CL eliminates //chrome dependencies from SigninAccountIdHelper. It additionally adds an observer-like API to SigninClient and uses this API to have ChromeSigninClient performs the LocalAuth functionality that SigninManager was previously performing (LocalAuth will remain a //chrome-level concept). BUG=354864,354866 TBR=thakis Review URL: https://codereview.chromium.org/205703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260080 0039d316-1c4b-4281-b951-d872f2087c98
-
plundblad@chromium.org authored
BUG=293011 R=dmazzoni@chromium.org,oshima@chromium.org Review URL: https://codereview.chromium.org/213233003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260079 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
Update owners file based on latest project status since many of owners in text input are now working on different team. yukishiino@ will be the primary reviewer of IME binding(ui/base/ime) for all platform(Chrome OS, Linux Aura, and Windows Aura). shuchen@ will be the primary reviewer of Chrome OS IME engine including extension binding. mukai@ will be the primary reviewer of IME specific UI components. BUG=None TEST=None NOTRY=True Review URL: https://codereview.chromium.org/209393013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260076 0039d316-1c4b-4281-b951-d872f2087c98
-
weitaosu@chromium.org authored
Changes in this CL include: 1. Initialize breakpad in it2me native messaging host 2. Create bundles for it2me and me2me native messaging hosts and move them out of the me2me host bundle (and update the manifests accordingly). 3. Dump symbols of the it2me and me2me native messaging hosts 4. Sign the me2me and it2me native messaging hosts 4. Rename the me2me host bundle and the prefPane bundle to get rid of the internal chromium/chromoting names and to conform to Mac convention 5. Refactor GYP, build-installer-archive.py, and do_signing.sh, etc to use name constants from branding_chrome and branding_chromium instead of hard coded names. This ensures that all the name constants are defined in a central location and reduces duplicate name definitions. Here are the names of the host bundles: me2me host: old name: org.chromium.chromoting.me2me_host new name: ChromeRemoteDesktop.Host Pref pane: old name: org.chromium.chromoting.prefPane new name: ChromeRemoteDesktop.prefPane it2me nm host: name: NativeMessagingHost Full Path: /Library/Google/ChromeRemoteDesktop/NativeMessagingHost.app me2me nm host: name: RemoteAssistanceHost Full path: /Library/Google/ChromeRemoteDesktop/RemoteAssistanceHost.app BUG= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=259287 Review URL: https://codereview.chromium.org/186763004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260075 0039d316-1c4b-4281-b951-d872f2087c98
-
ygorshenin@chromium.org authored
BUG=356366 TEST=browser_tests:VolumeControllerSoundsTest.* Review URL: https://codereview.chromium.org/212793003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260073 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
BUG=none TEST=build player_x11 TBR=scherkus Review URL: https://codereview.chromium.org/215873003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260072 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
This introduces a new class, AudioBufferConverter, which takes AudioBuffers of arbitrary formats and converts them to AudioBuffers of a common format. To support config changes seamlessly we use the AudioBufferConverter to convert incoming AudioBuffers to the hardware output format as we get them from the AudioBufferStream. This way the rest of the audio pipeline doesn't need to handle config changes. We only enable this conversion step for DemuxerStreams that support config changes (namely ChunkDemuxerStream). BUG=347270 TEST=AudioBufferConverterTest NOTRY=true R=dalecurtis@chromium.org Review URL: https://codereview.chromium.org/177333003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260071 0039d316-1c4b-4281-b951-d872f2087c98
-
zhenyu.liang@intel.com authored
BUG=346626 Review URL: https://codereview.chromium.org/214203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260070 0039d316-1c4b-4281-b951-d872f2087c98
-