- 28 Mar, 2014 40 commits
-
-
brettw@chromium.org authored
This uses the invoker() syntax. R=scottmg@chromium.org, scottmg Review URL: https://codereview.chromium.org/212843007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260151 0039d316-1c4b-4281-b951-d872f2087c98
-
erikwright@chromium.org authored
BUG=349158 R=mnissler@chromium.org Review URL: https://codereview.chromium.org/210063003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260150 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
Declare a direct dependency on each generated headers target when it's used in source files directly. Add each to export_dependent_settings when it's used in public headers, and ensure that the targets containing files that include those headers have direct dependencies on the target containing those headers. BUG=355443 R=rsleevi@chromium.org, thakis@chromium.org Review URL: https://codereview.chromium.org/215633004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260149 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
The LevelDB Chromium environment unit tests (AKA env_chromium_unittests) were neither compiling for Android, nor was an APK produced that could be run. BUG=356882 R=jsbell@chromium.org Review URL: https://codereview.chromium.org/213843002 Patch from Christopher Mumford <cmumford@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260148 0039d316-1c4b-4281-b951-d872f2087c98
-
jsbell@chromium.org authored
The previous IndexedDB implementation only checked for (and reported) corrupted LevelDB's during open. If they are determined to be corrupted during use then the database was simply closed. The page would be unaware of this, and would likely reopen the database at a later time (which would work) only to fail again during a read/write operation. There was no way for the page to get out of that corrupted state - the user would have to delete all origin data. This change will record the fact that the backing store was corrupted, and during open this would be read and, if present, result in the same dataLoss state being reported to the page in the upgradeneeded event. Also split IndexedDBBackingStore's REPORT_ERROR macro in two: REPORT_ERROR_UNTESTED (which calls NOTREACHED) and REPORT_ERROR. REPORT_ERROR is used for errors which are encountered during tests. This was done so that runtime errors could still be caught during a debug build run. BUG=322707 R=isherman@chromium.org, jochen@chromium.org, jsbell@chromium.org Review URL: https://codereview.chromium.org/197333009 Patch from Christopher Mumford <cmumford@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260147 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
The test wasn't working properly on tablets in landscape mode because double tap was effectively zooming in instead of zooming out. To fix that, the page layout has been updated take display width into account. BUG=357235 R=mkosiba@chromium.org Review URL: https://codereview.chromium.org/216873002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260146 0039d316-1c4b-4281-b951-d872f2087c98
-
japhet@chromium.org authored
BUG=50298 Review URL: https://codereview.chromium.org/161113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260143 0039d316-1c4b-4281-b951-d872f2087c98
-
dzhioev@chromium.org authored
BUG=353192 TEST=manually R=nkostylev@chromium.org TBR=scheib Review URL: https://codereview.chromium.org/216793004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260142 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@google.com authored
BUG=353869 TEST=Visual, Drag a bookmark over bookmark bar and bookmark bar folders. R=sadrul@chromium.org Review URL: https://codereview.chromium.org/214113003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260140 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
R=darin@chromium.org Review URL: https://codereview.chromium.org/216983002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260139 0039d316-1c4b-4281-b951-d872f2087c98
-
varkha@google.com authored
We create a cache that holds all XIDs of the menu windows that get created in X. The menus are evaluated for being drop targets before enumerating other windows. The menu XIDs cache gets updated in a root X11DesktopHandler when any menu (and Chrome menu in particular) gets created. TBR(sky) for OWNERS in ui/base/ui_base.gyp. BUG=349154, 349156, 344747 R=sadrul@chromium.org TBR=sky Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=260046 Review URL: https://codereview.chromium.org/196213004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260138 0039d316-1c4b-4281-b951-d872f2087c98
-
jvoung@google.com authored
This way, perhaps we can determine how many load-compiler-process events happen vs load-linker-process events, and see if there is any drop off in counts between the stages. BUG=http://code.google.com/p/nativeclient/issues/detail?id=3824 R=teravest@chromium.org Review URL: https://codereview.chromium.org/215553002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260136 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
BUG=344415 R=rvargas TBR=rvargas NOTRY=true Review URL: https://codereview.chromium.org/215363005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260135 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
This patch does following.: - Hide "Open" (open in gallery with movie mode) if a single file is selected - Hide "Watch" (open in video player) if multiple files are selected Before the movie player separation, the task menu behaved as above, but it was removed in the previous patch (https://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/chromeos/file_manager/file_browser_handlers.cc?r1=259219&r2=259218&pathrev=259219). This patch changes the behaviour back with the new video player. BUG=271811 TEST=manually tested R=hashimoto@chromium.org, hirono@chromium.org TBR=asargent@chromium.orh # TBRing for removing the comment. Review URL: https://codereview.chromium.org/215103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260134 0039d316-1c4b-4281-b951-d872f2087c98
-
senorblanco@chromium.org authored
These were rebaselined in http://src.chromium.org/viewvc/blink?revision=169987&view=revision. BUG=352628 R=bsalomon@google.com Review URL: https://codereview.chromium.org/216693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260133 0039d316-1c4b-4281-b951-d872f2087c98
-
kpschoedel@chromium.org authored
EventSource gets a list of EventRewriters, which each get a chance to rewrite an event before it gets sent to the EventProcessor. BUG=354033 R=sadrul@chromium.org Review URL: https://codereview.chromium.org/210203002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260132 0039d316-1c4b-4281-b951-d872f2087c98
-
dnicoara@chromium.org authored
TBR=danakj@chromium.org TESTS=manually compiled and run content_unittests --gtest_filter=SoftwareOutputDeviceOzoneTest.* Review URL: https://codereview.chromium.org/217003002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260131 0039d316-1c4b-4281-b951-d872f2087c98
-
davidu@nvidia.com authored
Let the sandbox start normally and don't start the sandbox early. Tegra124 libraries no longer need preloading of libraries or a whitelist policy. Add flag --gpu-sandbox-start-after-initialization to prevent the sandbox starting early. BUG=none TEST=Boot browser and about:gpu shows sandboxed to be true. Review URL: https://codereview.chromium.org/179983006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260130 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=354423 TBR=asargent Review URL: https://codereview.chromium.org/206003004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@260128 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-