- 24 Oct, 2014 40 commits
-
-
Yaron Friedman authored
> Check in executable for iOS test launcher > > This doesn't do anything yet, mostly adds supporting infrastructure. > > R=lliabraa@chromium.org, mark@chromium.org, sdefresne@chromium.org, lliabraa, mark, sdefresne > TBR=darin > BUG=426870 Breaks correctness of Android build: ninja: Entering directory `out-android/Debug' ninja: warning: multiple rules generate ../../build/android. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/enums/base_java_application_state/org/chromium/base/ApplicationState.java. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/jsr_305_javalib/compile.stamp. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/jsr_305_javalib/jsr_305_javalib.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/jsr_305_javalib.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/jsr_305_javalib/lint.stamp. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/jsr_305_javalib.jar.TOC. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/jsr_305_javalib.dex.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/jsr_305_javalib.dex.jar.inputs. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/enums/base_java_memory_pressure_level/org/chromium/base/MemoryPressureLevel.java. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/base_java/compile.stamp. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/base_java/base_java.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/base_java.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/base_java/lint.stamp. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/base_java.jar.TOC. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/base_java.dex.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/base_java.dex.jar.inputs. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/base_java_unittest_support/compile.stamp. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/base_java_unittest_support/base_java_unittest_support.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/base_java_unittest_support.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate gen/base_java_unittest_support/lint.stamp. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/base_java_unittest_support.jar.TOC. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/base_java_unittest_support.dex.jar. builds involving this target will not be correct; continuing anyway ninja: warning: multiple rules generate lib.java/base_java_unittest_support.dex.jar.inputs. builds involving this target will not be correct; continuing anyway [2474 3248/20791] ACTION jni_generator_py_tests: run_jni_generator_py_tests_1f564c39dcae2772599d3e8883c02764 and adds host toolset dep for Java is unintended. R=phajdan.jr@chromium.org Review URL: https://codereview.chromium.org/678653004 Cr-Commit-Position: refs/heads/master@{#301147}
-
dfalcantara authored
For some reason, the constructor arguments are flipped. Flip them so they make sense. BUG=415747 Review URL: https://codereview.chromium.org/671353002 Cr-Commit-Position: refs/heads/master@{#301146}
-
xdai authored
BUG=369617 Review URL: https://codereview.chromium.org/661423004 Cr-Commit-Position: refs/heads/master@{#301145}
-
kenobi authored
The new flag carries the has_media status of a volume through from the DiskMountManager, so the information is available to chrome.fileManagerPrivate.onMountCompleted javascript listeners. BUG=420680 Review URL: https://codereview.chromium.org/668013004 Cr-Commit-Position: refs/heads/master@{#301144}
-
johannkoenig authored
roll: https://codereview.chromium.org/668403002 GN build fix: https://codereview.chromium.org/603173004 NOTRY=true R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/674753002 Cr-Commit-Position: refs/heads/master@{#301143}
-
lliabraa authored
This CL adds support for loading assets from the chrome_300_percent.pak file on devices that support @3x scale. BUG=423762 Review URL: https://codereview.chromium.org/646773004 Cr-Commit-Position: refs/heads/master@{#301142}
-
elijahtaylor authored
This was only implemented half-way, and the file picker still limited choices to directories. So this code only got run (incorrectly) by selecting a folder that ends in .zip (which happens on ChromeOS for a mounted zip archive). BUG=418753 Review URL: https://codereview.chromium.org/676503003 Cr-Commit-Position: refs/heads/master@{#301141}
-
rmistry authored
Motivation: Skia has its own set of page sets that are run on our bots. They live in a directory within Skia's repository. A similar change is going to be made to skpicture_printer in https://codereview.chromium.org/665193002/ BUG= Review URL: https://codereview.chromium.org/674523002 Cr-Commit-Position: refs/heads/master@{#301140}
-
Mitsuru Oshima authored
> Get rid of net::LOAD_ENABLE_UPLOAD_PROGRESS. > It's only used by Loader code. > BUG=426442 > > Review URL: https://codereview.chromium.org/669073003 > > Cr-Commit-Position: refs/heads/master@{#301110} TBR=ljagielski@opera.com Reason for revert: This is causing use-of-unititialized-value on msan bots. http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20MSan%20Browser%20%281%29/builds/1746/steps/browser_tests/logs/stdio ==29276== WARNING: MemorySanitizer: use-of-uninitialized-value #0 0x7fcb9a0f0d17 in content::ResourceLoader::ReportUploadProgress() content/browser/loader/resource_loader.cc:163:9 #1 0x7fcb9a0f3241 in content::ResourceLoader::OnResponseStarted(net::URLRequest*) content/browser/loader/resource_loader.cc:341:3 #2 0x7fcb980bb80f in net::URLRequestJob::NotifyHeadersComplete() net/url_request/url_request_job.cc:376:3 #3 0x7fcb98304f13 in net::URLRequestHttpJob::NotifyHeadersComplete() net/url_request/url_request_http_job.cc:355:3 #4 0x7fcb983080de in net::URLRequestHttpJob::SaveNextCookie() net/url_request/url_request_http_job.cc:692:5 #5 0x7fcb98301b30 in net::URLRequestHttpJob::OnStartCompleted(int) net/url_request/url_request_http_job.cc:848:5 #6 0x7fcb97f1f140 in Run base/callback.h:441:12 #7 0x7fcb97f1f140 in net::HttpCache::Transaction::DoCallback(int) net/http/http_cache_transaction.cc:727:0 #8 0x7fcb97f1ae2f in HandleResult net/http/http_cache_transaction.cc:733:5 #9 0x7fcb97f1ae2f in net::HttpCache::Transaction::DoLoop(int) net/http/http_cache_transaction.cc:994:0 #10 0x7fcb97f185f4 in net::HttpCache::Transaction::OnIOComplete(int) net/http/http_cache_transaction.cc:2955:3 Review URL: https://codereview.chromium.org/680583002 Cr-Commit-Position: refs/heads/master@{#301139}
-
prasadv authored
BUG=418796 NOTRY=true Review URL: https://codereview.chromium.org/671233003 Cr-Commit-Position: refs/heads/master@{#301138}
-
dtseng authored
Review URL: https://codereview.chromium.org/637223006 Cr-Commit-Position: refs/heads/master@{#301137}
-
jdduke authored
Create a single implementation of MotionEvent's |Clone()| and |Cancel()| methods using MotionEventGeneric. Expand MotionEventGeneric to support historical events, also removing CompoundMotionEvent from the MotionEventBuffer implementation. By avoiding JNI and garbage creation, this reduces the cost of both methods by ~10x on Android, from ~25us call to ~2us. BUG=501503003 Review URL: https://codereview.chromium.org/502993004 Cr-Commit-Position: refs/heads/master@{#301136}
-
lfg authored
* To load the apps you can specify a comma-separated list in the command-line. For example: 'app_shell --app-shell-app-path=path/to/app1/,path/to/app2' * For now there's no API to control the focus of the apps, so the only way to switch apps is to either close the app_window (which will switch focus to the next app in the hierarchy) or using the aura::Window API directly and calling Focus() on the windows. BUG=422618 Review URL: https://codereview.chromium.org/642383003 Cr-Commit-Position: refs/heads/master@{#301135}
-
hendrikw authored
Huge solid layers can cause a lot of memory to be allocated because append quads function would use the content_bounds, not the visible_content_rect. PLI now uses visible rect, but SCLI is still using the content bounds, this should probably be addressed in a follow up, but I'm not too worried about this since it always worked this way and this is mostly used by unit tests. We can't simply pass the visible rect because none of the unit tests set the visible rect, and the visible rect is not passed from SCL to SCLI for tests that don't directly interact with the SCLI. BUG=423950 Review URL: https://codereview.chromium.org/675903002 Cr-Commit-Position: refs/heads/master@{#301134}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/b3eb687..c6f3e2c CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=mtklein@google.com Review URL: https://codereview.chromium.org/674193002 Cr-Commit-Position: refs/heads/master@{#301133}
-
ygorshenin authored
BUG=230018 TEST=unit_tests:OwnerSettingsServiceChromeOSTest.* Review URL: https://codereview.chromium.org/654263003 Cr-Commit-Position: refs/heads/master@{#301132}
-
ygorshenin authored
BUG=405876 TEST=existing unit_tests and browser_tests Review URL: https://codereview.chromium.org/672203003 Cr-Commit-Position: refs/heads/master@{#301131}
-
guohui authored
This CL implements the Chrome signin on desktop using webview. Since the webview approach is significantly different than the current iframe one, thus I created a fork of some files instead of adding more logic to the existing over-complicated code. The feature is enabled under a flag --enable-webview-based-signin. Once the feature is fully launched on both dekstop and ChromeOS, the old files should be deleted. There are a few known issues. 1. Gaia needs to update their script to post credentials directly to chrome://chrome-signin instead of the gaia auth extension. Before the gaia code is updated, webview signin cannot scrape password and the checkbox value for choosing what to sync. 2. Webview currently only loads in a full tab, need to investigate why it doesn't work when embedded in the avatar menu. 3. Some webview apis are broken in an extension-less webui context. https://codereview.chromium.org/670173002/ fixes a few that are required for a minimum desktop signin flow. One important missing piece is the extension messaging api, and as a result Gnubby does not work with a webview, tracked in crbug/426016. 4. Some standard WebUI features are missing, such as zoom, find, print preview, need to decide whether it is worth to support them. 5. Webview is not fully accessibility proof. According to webview team, most accessibility bugs have been fixed by the accessibility team (crbug/330307, crbug/368298), need to confirm. 6. This CL only implements the desktop signin flow. The ChromeOS signin flow is a superset of the desktop one, and ChromeOS team needs to add extra logic to complete it for ChromeOS. BUG=364432 Review URL: https://codereview.chromium.org/646983008 Cr-Commit-Position: refs/heads/master@{#301130}
-
jennyz authored
BUG=426498 Review URL: https://codereview.chromium.org/672303003 Cr-Commit-Position: refs/heads/master@{#301129}
-
blink-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/bcef85c..28d0729 TBR=kochi@chromium.org,leviw@chromium.org Review URL: https://codereview.chromium.org/675983003 Cr-Commit-Position: refs/heads/master@{#301128}
-
yzshen authored
Revert of Close the select box when the parent RWHVA loses focus (patchset #2 id:170001 of https://codereview.chromium.org/652793003/) Reason for revert: Broke Linux ChromiumOS Tests (dbg)(1): RenderWidgetHostViewAuraTest.PopupClosesWhenParentLosesFocus (run #1): [ RUN ] RenderWidgetHostViewAuraTest.PopupClosesWhenParentLosesFocus Xlib: extension "RANDR" missing on display ":9". ../../content/browser/renderer_host/render_widget_host_view_aura_unittest.cc:875: Failure Value of: observer.destroyed() Actual: false Expected: true [ FAILED ] RenderWidgetHostViewAuraTest.PopupClosesWhenParentLosesFocus (10 ms) Original issue's description: > Close the select box when the parent RWHVA loses focus > > BUG=422264,414550 > TEST=RenderWidgetHostViewAuraTest.PopupClosesWhenParentLosesFocus > > Committed: https://crrev.com/1f909ee8c8ae5cbc92416482374d2228f087684c > Cr-Commit-Position: refs/heads/master@{#301108} TBR=tkent@chromium.org,ben@chromium.org,pkotwicz@chromium.org NOTREECHECKS=true NOTRY=true BUG=422264,414550 Review URL: https://codereview.chromium.org/663483005 Cr-Commit-Position: refs/heads/master@{#301127}
-
jbudorick authored
See https://codereview.chromium.org/679553002/ BUG= R=jamesr@chromium.org,navabi@chromium.org Review URL: https://codereview.chromium.org/675203002 Cr-Commit-Position: refs/heads/master@{#301126}
-
twellington authored
BUG=268157 Review URL: https://codereview.chromium.org/657983003 Cr-Commit-Position: refs/heads/master@{#301125}
-
treib authored
BUG= Review URL: https://codereview.chromium.org/675183002 Cr-Commit-Position: refs/heads/master@{#301124}
-
dsinclair authored
The tvcm HTML files were shuffled around in the trace-viewer repo and moved back up to a higher directory. The tvcm prefix was renamed to tv to show they are no longer in tvcm itself. This CL updates the telemetry files to match the new trace-viewer structure. This includes the DEPs roll in order to get the new structure from trace-viewer. Review URL: https://codereview.chromium.org/669153009 Cr-Commit-Position: refs/heads/master@{#301123}
-
skuhne authored
This will land shortly before 650403004 gets landed. BUG=410400 TEST=- Review URL: https://codereview.chromium.org/652293005 Cr-Commit-Position: refs/heads/master@{#301122}
-
ygorshenin authored
BUG=405876 TEST=existing unit_tests and browser_tests Review URL: https://codereview.chromium.org/672233002 Cr-Commit-Position: refs/heads/master@{#301121}
-
samuong authored
This was accidentally enabled in crrev.com/680463002. BUG=chromedriver:913 TBR=stgao@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/678703002 Cr-Commit-Position: refs/heads/master@{#301120}
-
Paweł Hajdan, Jr authored
This doesn't do anything yet, mostly adds supporting infrastructure. R=lliabraa@chromium.org, mark@chromium.org, sdefresne@chromium.org, lliabraa, mark, sdefresne TBR=darin BUG=426870 Review URL: https://codereview.chromium.org/669673004 Cr-Commit-Position: refs/heads/master@{#301119}
-
asvitkine authored
Cleans up various unnecessary namespace declarations and also fixes some lint errors. Code is reformatted using git cl format. BUG=374763 Review URL: https://codereview.chromium.org/636363004 Cr-Commit-Position: refs/heads/master@{#301118}
-
jonross authored
The change https://codereview.chromium.org/653423004 introduced a warning. The Simple Chrome workflow treats all ChromeOS warnings as errors (https://sites.google.com/a/chromium.org/dev/chromium-os/how-tos-and-troubleshooting/building-chromium-browser?pli=1) This change initializes the variable to a default unknown value. BUG=424596 TEST=Compiled with Simple Chrome workflow. Ran existing EventRewriterTest Review URL: https://codereview.chromium.org/677093002 Cr-Commit-Position: refs/heads/master@{#301117}
-
skia-deps-roller authored
Summary of changes available at: https://chromium.googlesource.com/skia/+log/cee4ddf..b3eb687 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=mtklein@google.com Review URL: https://codereview.chromium.org/677083003 Cr-Commit-Position: refs/heads/master@{#301116}
-
shreeram.k authored
HTML Tags: head, input type tel, noscript ARIA Role: listbox, separator ARIA state/property: aria-required(true/false) Following HTML tags are undergoing/done in some other CL: HTML Tag - input type num, pre, header, blockquote. HTML ruby tag is not exposed correctly. Will submit it with the fix in new CL. BUG=170577 Review URL: https://codereview.chromium.org/680483002 Cr-Commit-Position: refs/heads/master@{#301115}
-
mgiuca authored
Instead of GetCommandLineString, uses GetCommandLineStringWithPlaceholders, which is specially designed to quote placeholder arguments like "%1". This is necessary when writing a command line to the Windows registry, because otherwise Windows may put a filename with a space in it, and recognise it as two separate arguments. BUG=130455 Review URL: https://codereview.chromium.org/669943003 Cr-Commit-Position: refs/heads/master@{#301114}
-
mcasas authored
This CL refactors the current class hierarchy, currently looking sth like: VideoCapture (abstract) ^ ^--- VideoCaptureAndroid +-------- VideoCaptureTango into: VideoCapture (abstract) ^ ^---VideoCaptureCamera (abstract) | ^ ^--- VideoCaptureAndroid | +-------- VideoCaptureTango | +--------VideoCaptureCamera2 (To be introduced in parallel CLs(*)) (*) Note that http://crrev.com/611283002 only introduces static methods, so this "plugging" into this new hierarchy can be done afterwards. Some operators are also moved from end of line to beginning of the next one following presubmit warnings. Also some accessing qualifiers are revisited, and some static methods consolidated at the top of the class declaration, where they seem to belong. BUG=418052 Review URL: https://codereview.chromium.org/656323004 Cr-Commit-Position: refs/heads/master@{#301113}
-
oshima authored
BUG=None R=msw@chromium.org Review URL: https://codereview.chromium.org/673013002 Cr-Commit-Position: refs/heads/master@{#301112}
-
picksi authored
viewer hierarchy aware. BUG=425017 Review URL: https://codereview.chromium.org/654203006 Cr-Commit-Position: refs/heads/master@{#301111}
-
ljagielski authored
It's only used by Loader code. BUG=426442 Review URL: https://codereview.chromium.org/669073003 Cr-Commit-Position: refs/heads/master@{#301110}
-
rohitrao authored
This is the concrete implementation of the web::NavigationItem interface. BUG=422033 TEST=None Review URL: https://codereview.chromium.org/678483003 Cr-Commit-Position: refs/heads/master@{#301109}
-
pkotwicz authored
BUG=422264,414550 TEST=RenderWidgetHostViewAuraTest.PopupClosesWhenParentLosesFocus Review URL: https://codereview.chromium.org/652793003 Cr-Commit-Position: refs/heads/master@{#301108}
-