- 03 Feb, 2014 40 commits
-
-
erg@chromium.org authored
DialogClientView was overriding the default height of label buttons to be 0, which confused some of the views sizing code. Set the width independently of the height. BUG=339247 R=msw@chromium.org, sadrul@chromium.org Review URL: https://codereview.chromium.org/149243008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248570 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Recent flake: http://build.chromium.org/p/chromium.mac/builders/iOS%20Simulator%20%28dbg%29/builds/15075 Flakiness dashboard: http://chromium-build-logs.appspot.com/gtest_query?gtest_query=CancelationSignalTest.Cancel BUG=340360 TEST=none R=erg@chromium.org TBR=rlarocque@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/148613010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248569 0039d316-1c4b-4281-b951-d872f2087c98
-
petewil@chromium.org authored
It seems to be causing sync to fail for the official build on a fresh directory. > Use the proper name for the app info protobuf to mach the sync server > > BUG=339094 > > Review URL: https://codereview.chromium.org/149723003 TBR=petewil@chromium.org Review URL: https://codereview.chromium.org/153113002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248568 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Recent flake: http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%286%29/builds/25174 Flakiness dashboard: http://chromium-build-logs.appspot.com/gtest_query?gtest_query=ExtensionBrowserTest.RSSParseFeedValidFeed1 BUG=340354 TEST=none R=erg@chromium.org TBR=finnur@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/150693004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248567 0039d316-1c4b-4281-b951-d872f2087c98
-
bengr@chromium.org authored
The change prevent the data reduction proxy's authentication headers from being exposed in net logs and dev tools. BUG=179382 Review URL: https://codereview.chromium.org/149703005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248566 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
WV test license server (available on on Linux) is failing to launch on the bots. BUG=339983 Review URL: https://codereview.chromium.org/152013002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248563 0039d316-1c4b-4281-b951-d872f2087c98
-
rsadam@chromium.org authored
BUG=338456 Review URL: https://codereview.chromium.org/131143005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248562 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=337679 Review URL: https://codereview.chromium.org/151133002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248561 0039d316-1c4b-4281-b951-d872f2087c98
-
spang@chromium.org authored
This watches for new input devices and opens any that appear for event dispatching. This is only supported when use_udev==1. Review URL: https://codereview.chromium.org/150633005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248560 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
Availabile -> Available BUG=325439, 289023 Review URL: https://codereview.chromium.org/152303003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248559 0039d316-1c4b-4281-b951-d872f2087c98
-
hubbe@chromium.org authored
Review URL: https://codereview.chromium.org/131233007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248558 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Currently tests initialize GL by calling into methods that should be internal to the gl bindings code. Instead, everyone should go through GLSurface::InitializeOneOff. Also GLSurface::InitializeOneOff early outs if it was already called, leading to a pattern of initializing GL all over the place just in case and not having a clear idea of where it should be set up. Instead, DCHECK that it is not called more than once, and move calls to this method to be during process startup for unit test suites instead of mid-test. This adds two test variants of InitializeOneOff for tests to call, that set up OSMesa or Mock GL bindings, via GLSurface::InitializeOneOff. R=ben@chromium.org, piman@chromium.org, sievers@chromium.org, piman, sievers BUG=270918 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=247793 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248049 Review URL: https://codereview.chromium.org/135213003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248557 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
BUG=317741 R=macourteau@chromium.org, oshima@chromium.org Review URL: https://codereview.chromium.org/142523006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248556 0039d316-1c4b-4281-b951-d872f2087c98
-
earthdok@chromium.org authored
Since that header is now available in Chrome, we can include it instead of re-defining the interface. Also, the definition of __msan_unpoison() in base/compiler_specific.h conflicted with the definition in sanitizer/msan_interface.h, preventing us from including the interface header anywhere (e.g. during debugging). BUG=178409 R=eugenis@chromium.org, mark@chromium.org Review URL: https://codereview.chromium.org/132913011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248555 0039d316-1c4b-4281-b951-d872f2087c98
-
fsamuel@chromium.org authored
In the denyWebView module, we now create a custom element so the comment in dispatcher.cc is out of date. This CL removes the comment and the if statement in question. BUG=196453 Review URL: https://codereview.chromium.org/138563005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248554 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
BUG=328521 TBR=weitaosu@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/142093004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248549 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This is a step toward getting app_shell to initialize a renderer with extension support. * Add apps/shell/renderer so we can separate out the render process code * Do a little bit of cleanup in the Permissions system, which is the next thing to tackle. BUG=335632 TEST=none Review URL: https://codereview.chromium.org/149163002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248548 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
So we can add files in apps/shell without bugging other people. BUG=none TEST=none R=miket@chromium.org Review URL: https://codereview.chromium.org/143263023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248547 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
v4l2capture is a python C extension to access Video4Linux camera devices. BUG=331450 Review URL: https://codereview.chromium.org/123743004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248546 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
R=kbr@chromium.org, piman@chromium.org, piman BUG=270918 Review URL: https://codereview.chromium.org/151593002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248541 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248538 0039d316-1c4b-4281-b951-d872f2087c98
-
eseidel@chromium.org authored
http://build.chromium.org/f/chromium/perf/dashboard/ui/changelog_blink.html?url=/trunk&range=166303:166315&mode=html TBR= BUG= Review URL: https://codereview.chromium.org/150093007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248537 0039d316-1c4b-4281-b951-d872f2087c98
-
boliu@chromium.org authored
Closed the tree twice just now. Details in bug. BUG=340327 NOTRY=true TBR=mnaganov Review URL: https://codereview.chromium.org/150703004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248535 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248534 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This pulls in the following Native Client changes: r12658: (dschuff) toolchain_build_pnacl: build bitcode target libs r12659: (mcgrathr) Clean up trybot selection r12660: (dschuff) toolchain_build_pnacl: Build native target libraries r12661: (bradnelson) Explicitly excluding some glibc tests. r12662: (dschuff) Windows: Pick a temp directory on the same drive as the working dir r12663: (bradnelson) Pulling in newer glibc to connect irt dev interfaces for fdio and filename. r12664: (dschuff) toolchain_build_pnacl: default to only 32 bit host libs and run regression tests r12665: (dschuff) Don't run LLVM regression tests without llvm-test.py script. r12666: (mcgrathr) Fix typos in PRESUBMIT.py change r12667: (noelallen) Adds the bionic builder to the buildbot selector. r12668: (noelallen) Builder is trying to access non-existant build_toolchain_build_bionic.py r12669: (bradnelson) Pulling in newer glibc to connect irt dev interfaces for fdio and filename. r12670: (dschuff) Move dummy IRT shim build into libs_support_native target r12671: (mcgrathr) toolchain_build: Generate patches from git repositories r12672: (dschuff) toolchain_build_pnacl: build bitcode libs with biased bitcode r12673: (dschuff) toolchain_build: add option to build targets into a subdirectory of the output dir. r12674: (jfb) PNaCl tool revisions updater: retry git-svn when it rebuilds its revision map. r12675: (mcgrathr) toolchain_build: Build GDB r12676: (noelallen) Fix clean build with test for experimental bionic. r12677: (etienneb) Fix invalid allocated memory pointer. r12678: (jvoung) Also generate a REV file for toolchain_build's driver install command. r12679: (mcgrathr) toolchain_build: Enable Windows cross-build r12680: (noelallen) Disable tests and update hash for bionic. r12681: (bradnelson) Create e:/TEMP etc if it doesn't exist already. r12682: (dschuff) toolchain_build_pnacl: Add FEATURE_VERSION and README files r12683: (noelallen) Only build gcc_lib. r12684: (dschuff) Small fixes for toolchain_build_pnacl.py r12685: (dschuff) Add toolchain_main option to install built packages to a specified directory. r12686: (sbc) Update newlib version in tools/REVISIONS r12687: (khim) Add capture_stderr parameter to command_tester.py BUG=none TEST=browser_tests and nacl_integration R=ncbray@chromium.org Review URL: https://codereview.chromium.org/152673005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248533 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
Smaller assets for phantom windows when using --ash-enable-alternate-caption-button (Code change in https://codereview.chromium.org/147103003/) BUG=335443 TEST=None TBR=skuhne, jamescook Review URL: https://codereview.chromium.org/145483004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248531 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=337679 Review URL: https://codereview.chromium.org/147843008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248530 0039d316-1c4b-4281-b951-d872f2087c98
-
jdduke@chromium.org authored
The current GestureEventQueue does a good deal more than simply queue gestures. It handles gesture sequence filtering per touch event ack dispositions, and also provides gesture event insertion for various gesture transitions. BUG=340075 TBR=jam@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/135403009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248529 0039d316-1c4b-4281-b951-d872f2087c98
-
arv@chromium.org authored
This reverts r246805. The delay used for rate limiting the change caused the context menu to stop working (it gets hidden when the list id changes). BUG=339359, 336180 TBR=dbeam@chromium.org Review URL: https://codereview.chromium.org/134073005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248528 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
This is needed by chrome_elf_init_win.cc BUG= Review URL: https://codereview.chromium.org/146183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248527 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Revert of x11/test: Use a custom-deleter for the stored XEvent. (https://codereview.chromium.org/136153006/) Reason for revert: This seems to cause leaks: http://build.chromium.org/p/chromium.memory/builders/Linux%20ASAN%20Tests%20%282%29/builds/22514/steps/content_unittests/logs/TestMakeWebKeyboardEvent http://build.chromium.org/p/chromium.memory/builders/Linux%20ASAN%20Tests%20%282%29/builds/22514/steps/content_unittests/logs/TestMakeWebKeyboardEventWindowsKeyCode Original issue's description: > x11/test: Use a custom-deleter for the XEvent in ScopedXI2Event. > > BUG=none > R=sky@chromium.org > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=248512 TBR=sky@chromium.org,sadrul@chromium.org NOTREECHECKS=true NOTRY=true BUG=none Review URL: https://codereview.chromium.org/135393011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248526 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
This change reverts r248464 and re-lands r248379 with the fix to the isolate name. TBR=navabi@chromium.org BUG=334018 Review URL: https://codereview.chromium.org/149363012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248525 0039d316-1c4b-4281-b951-d872f2087c98
-
mikhal@chromium.org authored
Adding two helper classes to handle encryption and decryption. This reduces code duplication between audio and video. In addition, cleaned up the .gyp files from obselete includes of crypto.gyp Review URL: https://codereview.chromium.org/138843011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248522 0039d316-1c4b-4281-b951-d872f2087c98
-
bruening@google.com authored
Widen Dr. Memory bcrypt.dll suppression. BUG=108422 TBR=zhaoqin@chromium.org Review URL: https://codereview.chromium.org/152973002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248521 0039d316-1c4b-4281-b951-d872f2087c98
-
mek@chromium.org authored
BUG=338164 Review URL: https://codereview.chromium.org/135473004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248520 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248516 0039d316-1c4b-4281-b951-d872f2087c98
-
machenbach@chromium.org authored
Includes test expectation changes for changed V8 compiler message. TBR=hpayer@chromium.org BUG= Review URL: https://codereview.chromium.org/132913010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248514 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
R=rsesek@chromium.org Review URL: https://codereview.chromium.org/148093013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248513 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=none R=sky@chromium.org Review URL: https://codereview.chromium.org/136153006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248512 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248509 0039d316-1c4b-4281-b951-d872f2087c98
-