- 22 Aug, 2014 40 commits
-
-
niklase@chromium.org authored
Try jobs run in https://codereview.chromium.org/501483002/ TBR=hellner@chromium.org BUG= Review URL: https://codereview.chromium.org/502563002 Cr-Commit-Position: refs/heads/master@{#291473} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291473 0039d316-1c4b-4281-b951-d872f2087c98
-
agable@chromium.org authored
TBR=szager@chromium.org NOTRY=True BUG=406454 Review URL: https://codereview.chromium.org/503453002 Cr-Commit-Position: refs/heads/master@{#291472} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291472 0039d316-1c4b-4281-b951-d872f2087c98
-
dbeam@chromium.org authored
chrome://downloads. R=benjhayden@chromium.org BUG=none TEST=browser_tests Review URL: https://codereview.chromium.org/492323003 Cr-Commit-Position: refs/heads/master@{#291471} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291471 0039d316-1c4b-4281-b951-d872f2087c98
-
tommycli@chromium.org authored
As part of making component_updater a component, we are now moving over all the tests. Before we do that, we're copying the test data over. We are deleting it from the original spot in a separate CL. BUG=371463 Review URL: https://codereview.chromium.org/497803002 Cr-Commit-Position: refs/heads/master@{#291470} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291470 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
When a directory substitution in a toolchain definition expands to the empty string (i.e. it's the same as the root build directory), expand the name to "." instead of the empty string to avoid corrupting filenames. For example, if you specified "{{target_out_dir}}/foo" without this it would expand to "/foo" for the default toolchain. This removes the previous special-case hack for this case. That code only worked when the entire string expanded to the filename (when the directory was at the beginning of the string). When generating command lines, the directories will be in the middle of the string and the previous special case didn't catch them. R=jamesr@chromium.org Review URL: https://codereview.chromium.org/497193002 Cr-Commit-Position: refs/heads/master@{#291469} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291469 0039d316-1c4b-4281-b951-d872f2087c98
-
dbdaniel42@gmail.com authored
BUG=378090 Review URL: https://codereview.chromium.org/465203002 Cr-Commit-Position: refs/heads/master@{#291468} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291468 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291467} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291467 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
RTC video encoder and decoder now recognize H264 as a supported webrtc codec type. For H264 encoder we are required to parse NALU information to correctly populate the RTP fragmentation header. BUG=360262 TEST=trybot, manual testing see bug report R=dalecurtis@chromium.org, posciak@chromium.org, wuchengli@chromium.org Review URL: https://codereview.chromium.org/457733002 Cr-Commit-Position: refs/heads/master@{#291466} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291466 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180780:180783&mode=html TBR=wibling@chromium.org,gavinp@chromium.org BUG= Review URL: https://codereview.chromium.org/502493003 Cr-Commit-Position: refs/heads/master@{#291465} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291465 0039d316-1c4b-4281-b951-d872f2087c98
-
cjhopman@chromium.org authored
Mostly just a refactoring of build rules to support prebuilt jars. Adds support for proguard preprocessing of both prebuilt and non-prebuilt java libraries. Adds definitions of all (but for android.jar) of the prebuilt jars that we need from the sdk. BUG=359249 Review URL: https://codereview.chromium.org/484813002 Cr-Commit-Position: refs/heads/master@{#291464} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291464 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
By default, PopupWindows dismiss when the user touches outside the window. The only way to avert this behavior when using a ListPopupWindow is to rely on a hidden API. This manifested as the linked bug because each tap dismissed the popup and detached it from the anchor view. C++ didn't realize the popup was dismissed, and tried to update it, but there was no anchor view. BUG=400601 Review URL: https://codereview.chromium.org/442933002 Cr-Commit-Position: refs/heads/master@{#291463} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291463 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
Omnibox extensions don't need a default match from SearchProvider, and indeed they no longer get them following some refactoring I did last week ( https://codereview.chromium.org/476263002/ ). BUG=406026 Review URL: https://codereview.chromium.org/490383002 Cr-Commit-Position: refs/heads/master@{#291461} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291461 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
Previously, a rect was used to convey selection bound edge geometry. This proved confusing and problematic, particularly for non-axis-aligned text. Instead, start using the bound edge points provided by Blink. This depends on the Blink change http://codereview.chromium.org/495673003/. BUG=405666 Review URL: https://codereview.chromium.org/494823002 Cr-Commit-Position: refs/heads/master@{#291460} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291460 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=305722 TBR=ben@chromium.org,pauljensen@chromium.org Review URL: https://codereview.chromium.org/498793002 Cr-Commit-Position: refs/heads/master@{#291459} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291459 0039d316-1c4b-4281-b951-d872f2087c98
-
tmandel@chromium.org authored
BUG= Review URL: https://codereview.chromium.org/499563004 Cr-Commit-Position: refs/heads/master@{#291458} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291458 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Review URL: https://codereview.chromium.org/486193003 Cr-Commit-Position: refs/heads/master@{#291456} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291456 0039d316-1c4b-4281-b951-d872f2087c98
-
dconnelly@chromium.org authored
BUG=394303 Review URL: https://codereview.chromium.org/489493002 Cr-Commit-Position: refs/heads/master@{#291455} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291455 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
Functionality: The |AppRegistry| has for each running application an |AppActivityRegistry|. The |AppActivityRegistry| knows all activities associated with the application it represents. It can furthermore shut the app entirely down upon resource manager request. It will then create an |AppActivityProxy| for the overview mode which shows a placeholder for an unloaded app. This placeholder can then ask the |AppActivityRegistry| to restart the application again. A shutdown request for the application is only performed when all activities were marked for UNLOAD. If there were multiple activities upon shutdown for one app, the app has to take care of re-creating all windows and thus re-creating all activities. Since an activity match cannot be performed, the |AppActivityProxy| will only be shown once and it will show in the location of the most recently used activity of that app. If we later on find an app which really uses multiple windows and it is imperative to keep the history for all of them tact & the app is recreating them properly, (a lot of if's) we can revisit the single |AppActivityProxy| and try to address it in a cleaner way, but at this time that seems rather un-useful since it is not known if required. BUG=388085 TEST=AppActivityTest.* Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=291221 Review URL: https://codereview.chromium.org/477523002 Cr-Commit-Position: refs/heads/master@{#291454} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291454 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
Adds new call on cast_sender: SetTargetPlayoutDelay Caller is responsible for negotiating with the receiver if the extension is actually supported or not. BUG=405339 Review URL: https://codereview.chromium.org/493823002 Cr-Commit-Position: refs/heads/master@{#291453} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291453 0039d316-1c4b-4281-b951-d872f2087c98
-
petarj@mips.com authored
Use double underscore in the preprocessor symbol. Fixes build breakage caused by r291315. Review URL: https://codereview.chromium.org/495333003 Cr-Commit-Position: refs/heads/master@{#291452} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291452 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
All compositors that use SingleThreadProxy are left calling composite synchronously and now pass a flag to indicate that this is their intention. This patch doesn't remove synchronous composite, but now makes it mutually exclusive with scheduling. Only cc unittests are exercising this code at this point, although it also unifies a lot of the code for CompositeImmediately with the scheduled path. BUG=329552, 287250 Review URL: https://codereview.chromium.org/134623005 Cr-Commit-Position: refs/heads/master@{#291451} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291451 0039d316-1c4b-4281-b951-d872f2087c98
-
byungchul@chromium.org authored
1) HttpServer gets ServerSocket instead of StreamListenSocket. 2) HttpConnection is just a container for socket, websocket, and pending read/write buffers. 3) HttpServer handles data buffering and asynchronous read/write. 4) HttpConnection has limit in data buffering, up to 1Mbytes by default. 5) For devtools, send buffer limit is 100Mbytes. 6) Unittests for buffer handling in HttpConnection. BUG=371906 Review URL: https://codereview.chromium.org/296053012 Cr-Commit-Position: refs/heads/master@{#291447} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291447 0039d316-1c4b-4281-b951-d872f2087c98
-
mpearson@chromium.org authored
This used to be controlled by a field trial created in https://codereview.chromium.org/184663002 After evaluating this change, we've decided to launch it. This change turns the flag on by default and removes the field trial code. It also removes the index_urls_ parameters everywhere because those will always be true forevermore. I tested this interactively. Also, all the unit tests still apparently pass. And yes some of these do exercise this feature. TBR=joaodasilva (for trivial change to components/policy/core/browser/managed_bookmarks_tracker_unittest.cc ) BUG=157204,378854 Review URL: https://codereview.chromium.org/489373005 Cr-Commit-Position: refs/heads/master@{#291445} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291445 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
BUG=none TEST=none Review URL: https://codereview.chromium.org/477723003 Cr-Commit-Position: refs/heads/master@{#291444} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291444 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
WebMediaPlayer should own media_log_, fix the leak there. Review URL: https://codereview.chromium.org/496103002 Cr-Commit-Position: refs/heads/master@{#291443} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291443 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291442} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291442 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
> NaCl: Update revision in DEPS, r13637 -> r13647 > > This pulls in the following Native Client changes: > > r13638: (sbc) Update glibc revision in tools/REVISIONS (9b15f6a->150657d) > r13639: (mseaborn) PNaCl dynamic loading: Add ELF dynamic loader > r13640: (jvoung) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > r13641: (mseaborn) Use uint32_t for untrusted pointer args: fstat() and some other syscalls > r13642: (dschuff) Build PNaCl target libraries on mac and run SCons tests on the toolchain bot > r13643: (petarj) [MIPS] Change output-format to elf32-tradlittlemips-nacl > r13644: (petarj) PNaCl: Update binutils revision in pnacl/COMPONENT_REVISIONS > r13645: (mseaborn) Use uint32_t for untrusted pointer args: gettimeofday() syscall > r13646: (yyanagisawa) Re-enable use of goma on Windows. > r13647: (jvoung) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS > > BUG=none > TEST=browser_tests and nacl_integration > CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_arm_cross_compile,linux_nacl_sdk_build > TBR=jam@chromium.org > > Review URL: https://codereview.chromium.org/474113003 TBR=mseaborn@chromium.org Review URL: https://codereview.chromium.org/491053007 Cr-Commit-Position: refs/heads/master@{#291441} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291441 0039d316-1c4b-4281-b951-d872f2087c98
-
tyoshino@chromium.org authored
BUG=none Review URL: https://codereview.chromium.org/488393002 Cr-Commit-Position: refs/heads/master@{#291440} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291440 0039d316-1c4b-4281-b951-d872f2087c98
-
tyoshino@chromium.org authored
We can hit this, and it seems removing this is fine. BUG=400968 Review URL: https://codereview.chromium.org/497573004 Cr-Commit-Position: refs/heads/master@{#291439} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291439 0039d316-1c4b-4281-b951-d872f2087c98
-
lazyboy@chromium.org authored
Something changed along the way and it seems the coordinate translation is necessary for mac too. BUG=406117 Test=Open a <webview> in a chrome app. Right click on the <webview>, context menu should appear in correct position, regardless of the position of the <webview> relative to the embedder. Review URL: https://codereview.chromium.org/490293003 Cr-Commit-Position: refs/heads/master@{#291438} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291438 0039d316-1c4b-4281-b951-d872f2087c98
-
nasko@chromium.org authored
This CL fixes a few issues in the cross-process subframe navigation and re-enables the CrossSiteIframe test on most platforms. There are still some issues on ChromeOS and Android, which will be investigated and fixed in follow-up CL. BUG=399775, 357747 Review URL: https://codereview.chromium.org/479403004 Cr-Commit-Position: refs/heads/master@{#291437} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291437 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Couple of tweaks: . make WatcherThreadManager maintain a queue of requests and process them at once. . Makes State not unnecessarily cancel requests if it was told the handle is ready. BUG=none TEST=none R=darin@chromium.org Review URL: https://codereview.chromium.org/480293004 Cr-Commit-Position: refs/heads/master@{#291436} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291436 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291435} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291435 0039d316-1c4b-4281-b951-d872f2087c98
-
blink-deps-roller@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=180709:180779&mode=html TBR=wibling@chromium.org,gavinp@chromium.org BUG= Review URL: https://codereview.chromium.org/484033004 Cr-Commit-Position: refs/heads/master@{#291434} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291434 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
Cr-Commit-Position: refs/heads/master@{#291433} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291433 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r13638: (sbc) Update glibc revision in tools/REVISIONS (9b15f6a->150657d) r13639: (mseaborn) PNaCl dynamic loading: Add ELF dynamic loader r13640: (jvoung) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS r13641: (mseaborn) Use uint32_t for untrusted pointer args: fstat() and some other syscalls r13642: (dschuff) Build PNaCl target libraries on mac and run SCons tests on the toolchain bot r13643: (petarj) [MIPS] Change output-format to elf32-tradlittlemips-nacl r13644: (petarj) PNaCl: Update binutils revision in pnacl/COMPONENT_REVISIONS r13645: (mseaborn) Use uint32_t for untrusted pointer args: gettimeofday() syscall r13646: (yyanagisawa) Re-enable use of goma on Windows. r13647: (jvoung) PNaCl: Update LLVM revision in pnacl/COMPONENT_REVISIONS BUG=none TEST=browser_tests and nacl_integration CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_rel_precise32,linux_arm_cross_compile,linux_nacl_sdk_build TBR=jam@chromium.org Review URL: https://codereview.chromium.org/474113003 Cr-Commit-Position: refs/heads/master@{#291432} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291432 0039d316-1c4b-4281-b951-d872f2087c98
-
nednguyen@google.com authored
Revert of Improve error reporting when indexing tab. (patchset #7 of https://codereview.chromium.org/449753002/) Reason for revert: This patch broke chromeos bot in https://code.google.com/p/chromium/issues/detail?id=406010 A reland of this must include fixes in: https://codereview.chromium.org/484353003/ https://codereview.chromium.org/499453002/ TBR=tonyg@chromium.org,kbr@chromium.org,jennyz@chromium.org,achuith@chromium.org NOTRY=true NOTREECHECKS=true BUG=405955,406010 Original issue's description: > Improve error reporting when indexing tab. > > If we created 3 new tabs, and 1 of them crashed, then there > is no guaranteed that browser.tabs[1] return the correct tab > object. The tabs list can no longer be trusted in this case. Hence if > the number of inspectable contexts doesn't match the number > of expected tabs (based on the number of > tab_list_backend.New & tab_list_backend.Close calls), > tab_list_backend's __getitem__ throws a TabCrashException. > > BUG=398467 > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=290974 Review URL: https://codereview.chromium.org/494753003 Cr-Commit-Position: refs/heads/master@{#291431} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291431 0039d316-1c4b-4281-b951-d872f2087c98
-
r.ghatage@samsung.com authored
Resubmitting the patch https://src.chromium.org/viewvc/chrome?view=rev&revision=291365 which was reverted as it caused a FindBug failure due to not calling the Super method in the setUp method in PopupZoomerTest class. Adding call to to super.setUp() to fix the warning. BUG=405477, 406272 Review URL: https://codereview.chromium.org/497753003 Cr-Commit-Position: refs/heads/master@{#291430} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291430 0039d316-1c4b-4281-b951-d872f2087c98
-
lfg@chromium.org authored
BUG=401644 Review URL: https://codereview.chromium.org/496873005 Cr-Commit-Position: refs/heads/master@{#291429} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291429 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
extensions::InfoMap lives in src/extensions, so run its test suite as part of extensions_unittests. Two tests are left in Chrome's unit_tests because they depends on the "notifications" permission being available to hosted apps. BUG=397164 TEST=unit_tests ChromeInfoMapTest, extensions_unittests InfoMapTest Review URL: https://codereview.chromium.org/473913006 Cr-Commit-Position: refs/heads/master@{#291428} git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291428 0039d316-1c4b-4281-b951-d872f2087c98
-