- 15 Aug, 2012 10 commits
-
-
ernestd@chromium.org authored
BUG=142727 Review URL: https://chromiumcodereview.appspot.com/10823335 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151622 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
These stub classes are used when building Chrome on Linux with chromeos=1. They allow sufficient UI to work to show a Bluetooth adapter, enable and disable it, and show an unconnected fake device associated with it. This can be trivially extended to provide all manner of fake Bluetooth information for UI development. BUG=chromium-os:28555 TEST=out/Debug/chrome Change-Id: I7af28be76355fad735389aaf2fa499d0a8dfd76b Review URL: https://chromiumcodereview.appspot.com/10823301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151621 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Right now it is just c_salt/test moved over, but the goal is to use this to allow gtest to forward test results to the browser, and from there to a local server. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10854137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151620 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
Move Variations stuff into variations/ directories and add OWNERS files for the variations client team. BUG=None TEST=No user visible changes. Review URL: https://chromiumcodereview.appspot.com/10828314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151619 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
Also, remove use of RenderViewHostImpl from WebContentsObserver as it is not needed. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/10823315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151617 0039d316-1c4b-4281-b951-d872f2087c98
-
skonig@chromium.org authored
Contributed by skonig@chromium.org BUG=142514 TEST="Manual - run the app without the app ID added to the whitelist and confirm it fails. Then run again with app ID added to the whitelist and confirm it works." Review URL: https://chromiumcodereview.appspot.com/10834315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151616 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
BUG=116317 TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10823328 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151615 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
BUG=NONE TEST=NONE. Review URL: https://chromiumcodereview.appspot.com/10832312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151614 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151613 0039d316-1c4b-4281-b951-d872f2087c98
-
jcivelli@chromium.org authored
Rolling the DEPS of Breakpad in order to get the file descriptor support for generating minidumps, it is needed on Android. BUG=None TEST=Breakpad unit-tests should compile and run. Review URL: https://chromiumcodereview.appspot.com/10825329 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151612 0039d316-1c4b-4281-b951-d872f2087c98
-
- 14 Aug, 2012 30 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151610 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
R=pkasting@chromium.org BUG=137836 Review URL: https://chromiumcodereview.appspot.com/10829305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151609 0039d316-1c4b-4281-b951-d872f2087c98
-
enne@chromium.org authored
TBR=yutak@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10824301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151608 0039d316-1c4b-4281-b951-d872f2087c98
-
jennyz@chromium.org authored
BUG=115936 Review URL: https://chromiumcodereview.appspot.com/10825264 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151607 0039d316-1c4b-4281-b951-d872f2087c98
-
rltoscano@google.com authored
BUG=142706 Review URL: https://chromiumcodereview.appspot.com/10827332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151606 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
* Add public methods AddEntryToDirectory, RemoveEntryFromParent and RefreshDirectory to GDataDirectoryService, as well as private helper RefreshDirectoryInternal. Also make RefreshFileInternal private. All of these take FileMoveCallback. * Add OnDirectoryChangeFileMoveCallback to handle callbacks of RemoveEntryFromParent and RefreshDirectory. AddEntryToDirectory uses OnMoveEntryToDirectoryWithFileMoveCallback. * AddEntryToDirectory and RemoveEntryFromParent just call GDataDirectory's methods AddEntry and RemoveEntry. * Logic of GDataFileSystem::RequestDirectoryRefreshByEntry is now in GDataDirectoryService::RefreshDirectoryInternal. * AddUploadedFileOnUIThread has been broken up with new continuation functions ContinueAddUploadedFile and AddUploadedFileToCache, as well as AddUploadedFileParams, to ensure proper ordering of function invocations. * MoveEntryToDirectory no longer accepts null callbacks. * Ensure parent_ pointer is correct at all times. It needs to be reset in RemoveChild, and be NULL in AddEntry. BUG=137725 TEST=unit tests. Review URL: https://chromiumcodereview.appspot.com/10829277 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151605 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
BUG=141635 TEST=Unittest Review URL: https://chromiumcodereview.appspot.com/10825327 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151604 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according to RFC3484. BUG=113993 TEST=./net_unittests --gtest_filter=AddressSorter*:HostResolverImplDnsTest.DnsTaskUnspec Review URL: https://chromiumcodereview.appspot.com/10442098 TBR=szym@chromium.org Review URL: https://chromiumcodereview.appspot.com/10855163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151603 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Rid the world of the last of views::Event types: TouchEvent, GestureEvent, MouseWheelEvent, ScrollEvent and DropTargetEvent, in favor of ui::Event derivatives. http://crbug.com/125937 TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151602 0039d316-1c4b-4281-b951-d872f2087c98
-
vrk@google.com authored
ChunkDemuxerTest.TestDurationChangeTimestampOffset tickled a precision error in 32-bit linux due to the division by InSecondsF(). This situation can be avoided by moving the double -> TimeDelta conversion into WebMediaPlayerImpl so that ChunkDemuxer can compute all times in terms of TimeDeltas. BUG=NONE Review URL: https://chromiumcodereview.appspot.com/10823300 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151601 0039d316-1c4b-4281-b951-d872f2087c98
-
gspencer@chromium.org authored
Splits out the IP routing parameters (address, netmask, gateway) from the name server parameter, so that we can override just the name servers or the routing parameters, and get the other one from DHCP. Also adds a new widget class: EditableTextField, that allows a static display value when not editable, and an edit field when editable, with the ability to do validation and has a model that can be reverted. This new class is used for the basis of an IP Address input field that does correct IP address validation. Also, the new StaticIP dialog now sets/gets the shill properties for static IP instead of setting IPConfig objects (which isn't supported by shill), which should fix manual static IP configuration. BUG=chromium:129052 TEST=Ran on device and tested StaticIP configuration, ran some unit tests. Review URL: https://chromiumcodereview.appspot.com/10827283 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151600 0039d316-1c4b-4281-b951-d872f2087c98
-
disher@chromium.org authored
As a response to the suggestion made by satorux@, here is an initial OWNERS file for chromeos/display. To begin with, I am adding myself and sque@ since other frequent contributors should be inherited from chromeos/OWNERS. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10832304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151599 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
Mostly a refactor of the picker controller, plus an initial (not complete - missing throbber image support) version of the Gtk dialog BUG=137281 Review URL: https://chromiumcodereview.appspot.com/10827238 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151598 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Unreviewed build fix. Submit for miu@chromium.org TBR=mihaip@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823331 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151597 0039d316-1c4b-4281-b951-d872f2087c98
-
saintlou@chromium.org authored
BUG=122908 TBR=oshima@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829176 Patch from Harry McCleave <harrym@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151596 0039d316-1c4b-4281-b951-d872f2087c98
-
hebert.christopherj@chromium.org authored
BUG=121174 Review URL: https://chromiumcodereview.appspot.com/10809094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151595 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
The preview server now imports fakes like integration_test. This works for all pages except for the apps samples, but that requires a larger fix than this. BUG=142530 Review URL: https://chromiumcodereview.appspot.com/10832299 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151594 0039d316-1c4b-4281-b951-d872f2087c98
-
csharp@chromium.org authored
BUG= Review URL: https://chromiumcodereview.appspot.com/10831313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151591 0039d316-1c4b-4281-b951-d872f2087c98
-
dtrainor@chromium.org authored
Add a contentDescription to ContentView BUG= Review URL: https://chromiumcodereview.appspot.com/10832284 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151590 0039d316-1c4b-4281-b951-d872f2087c98
-
wangxianzhu@chromium.org authored
Before this change we build Release builds size-optimized code with DCHECK, while we almost never use the Debug build which is not size-optimized. Now change Debug build to build size-optimized code with DCHECK but still temporarily keep Release build and default configuration unchanged before everyone (the bots, scripts and developers) knows how to deal with this change. Next steps will be: Step 2: update developer scripts and buildbot scripts to handle the new configuration. Step 3: change Release configuration to no DCHECK and change default configuration to Debug. After all steps finish, this new configuration will better match Chromium and WebKit (e.g. better matches the DEBUG and RELEASE tags in WebKit layout test expectations), and makes it easier to build a performance build. Review URL: https://chromiumcodereview.appspot.com/10827273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151589 0039d316-1c4b-4281-b951-d872f2087c98
-
szym@chromium.org authored
BUG=113993 TEST=./net_unittests --gtest_filter=AddressSorter*:HostResolverImplDnsTest.DnsTaskUnspec Review URL: https://chromiumcodereview.appspot.com/10442098 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151586 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
Those darn .svn folders got me again. TBR=kalman@chromium.org BUG=142529 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=151537 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=151544 Review URL: https://chromiumcodereview.appspot.com/10832298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151585 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
Revert 151581 - Eliminate the 'build_ppapi_ipc_proxy_untrusted' build flag for untrusted PPAPI proxy builds. This CL removes our custom GYP flag and modifies the build so both the SRPC and IPC proxies are built side by side. In addition, NaClBrowser now checks the '--enable-nacl-ipc-proxy' flag to determine which IRT to load. The IPC proxy's name is of the form 'nacl_ipc_irt_*'. BUG=116317 TEST=builds and runs NaCl apps with --enable-nacl-ipc-proxy Review URL: https://chromiumcodereview.appspot.com/10836220 TBR=bbudge@chromium.org Review URL: https://chromiumcodereview.appspot.com/10825351 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151584 0039d316-1c4b-4281-b951-d872f2087c98
-
cduvall@chromium.org authored
File reads should be cached forever. BUG=140262 Review URL: https://chromiumcodereview.appspot.com/10836253 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151583 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
This CL removes our custom GYP flag and modifies the build so both the SRPC and IPC proxies are built side by side. In addition, NaClBrowser now checks the '--enable-nacl-ipc-proxy' flag to determine which IRT to load. The IPC proxy's name is of the form 'nacl_ipc_irt_*'. BUG=116317 TEST=builds and runs NaCl apps with --enable-nacl-ipc-proxy Review URL: https://chromiumcodereview.appspot.com/10836220 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151581 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
Other: 1) Made the "api.runtime" permission set implicitly (i.e., it is not required in an app's manifest.json). 2) Updated tests and regenerated docs. BUG=139253 NOTRY=true TBR=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834261 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151580 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
Forgot to do this in crrev.com/151558... BUG=126634 TEST=out/Release/unit_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10837250 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151579 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG=142495 TEST=rm -rf out, build chromium_builder_perf_av, run functional/media/ pyauto tests. Review URL: https://chromiumcodereview.appspot.com/10824287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151578 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151573 0039d316-1c4b-4281-b951-d872f2087c98
-
scherkus@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10829316 Undefined references in SkBitmapProcState.cpp (gSkBitmapProcStateSample32_neon, etc...) TBR=reed@google.com Review URL: https://chromiumcodereview.appspot.com/10837249 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151572 0039d316-1c4b-4281-b951-d872f2087c98
-