- 03 Feb, 2014 40 commits
-
-
noamsml@chromium.org authored
Add a PrivetDeviceResolver that resolves a device and parses its TXT record based on the Privet protocol. BUG= Review URL: https://codereview.chromium.org/131503013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248583 0039d316-1c4b-4281-b951-d872f2087c98
-
rsadam@chromium.org authored
BUG=297132 Review URL: https://codereview.chromium.org/150783002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248582 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
This CL: - Uses smaller assets for drawing the phantom window. This decreases the minimum size that a phantom window can be drawn at and still look good (i.e. the left and right corner assets do not overlap) - Enforces a minimum size for the phantom window BUG=335443 TEST=Manual, see bug Review URL: https://codereview.chromium.org/147103003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248581 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
ProxyMessagePipeEndpoint::EnqueueMessage() needs to look at each handle (i.e., dispatcher) and decide what to do. This CL doesn't actually do anything yet exactly. I also need to check (at a higher level) that we're not sending the peer handle over a given handle, hence I'm splitting out this part now (since that work will touch on the same things as this). R=davemoore@chromium.org Review URL: https://codereview.chromium.org/145483005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248580 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@google.com authored
BUG=320082 R=darin@chromium.org Review URL: https://codereview.chromium.org/139613005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248579 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
See https://bugzilla.mozilla.org/show_bug.cgi?id=966060 BUG=none Review URL: https://codereview.chromium.org/152973003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248578 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
Although TrayIME removes the notification, the callback notification delegate may survive due to complicated ref-counted-ness of NotificationDelegate. Anyways WeakPtr would be better here rather than Unretained. BUG=336650 R=stevenjb@chromium.org, dewittj@chromium.org TEST=None Review URL: https://codereview.chromium.org/138833004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248577 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
This allows us to separate browser process, render process and common code, similar to how content/shell is organized. This also allows the DEPS files to be more restrictive to enforce those dependencies. A parallel CL adds apps/shell/renderer and some renderer-specific code: https://codereview.chromium.org/149163002/ BUG=none TEST=compiles R=joi@chromium.org, miket@chromium.org TBR=stevenjb@chromium.org for DEPS on src/chromeos (just moving the DEP from one file to another) Review URL: https://codereview.chromium.org/151893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248575 0039d316-1c4b-4281-b951-d872f2087c98
-
msw@chromium.org authored
Recent flake: http://build.chromium.org/p/chromium.win/builders/Win7%20Tests%20%28dbg%29%283%29/builds/24993 Flakiness dashboard: http://chromium-build-logs.appspot.com/gtest_query?gtest_query=PolicyTest.FileURLBlacklist BUG=339240 TEST=none R=erg@chromium.org TBR=joaodasilva@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/139413008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248574 0039d316-1c4b-4281-b951-d872f2087c98
-
samarth@chromium.org authored
Log status of the New Tab page URL (e.g. valid URL from search provider, insecure url, etc.) whenever a New Tab is opened. BUG=none Review URL: https://codereview.chromium.org/150033002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248573 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
BUG=309844 R=jamiewalch@chromium.org Review URL: https://codereview.chromium.org/131483011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248572 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
1) hide bubble after fixing a missing month or year 2) CVC validity should be based on card type best guess 3) cross-field validation shouldn't override single-field validation, but fields that are validly individually shouldn't skip cross-field validation just because their partner field is invalid (necessary for \#2) BUG=336998 Review URL: https://codereview.chromium.org/141843005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@248571 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-