| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
R=jam@chromium.org
TBR=willchan@chromium.org,mirandac@chromium.org,ben@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9648020
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126089 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This change adds the required fields to README.chromium and adds a license
file.
The license file contains the license for both breakpad and libcurl (included
by breakpad as a third-party directory) ...
- breakpad - Taken from upstream COPYING at r255. See
http://code.google.com/p/google-breakpad/source/browse/trunk/COPYING?r=255.
Note that this file isn't pulled into Chromium via DEPS as we don't pull the
entire breakpad repository.
- libcurl - Taken from upstream src/third_party/curl/COPYING at r932. See
http://code.google.com/p/google-breakpad/source/browse/trunk/src/third_party/curl/COPYING?r=932.
Note that this file isn't currently in Chromium as we're synced to r922 via
DEPS.
breakpad/ is currently skipped by tools/licenses.py. This exception can't
easily be removed because breakpad/ contains a subdirectory named third_party
which causes the tool to barf.
Review URL: http://codereview.chromium.org/9630015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126088 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Note that this directory uses two different licenses, as described in
README.chromium.
This fixes 'tools/licenses.py scan' for this directory.
Review URL: http://codereview.chromium.org/9632023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126087 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
content namespace.
BUG=98716
R=jam@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9662036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126086 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126085 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=98716
TBR=joi
Review URL: https://chromiumcodereview.appspot.com/9662048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126084 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
content namespace.
BUG=98716
TBR=joi
Review URL: https://chromiumcodereview.appspot.com/9666042
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126083 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Shanges:
r126065: Merge an upstream warning fix to print "warning: section flags ignored on section redeclaration" less often on mac.
r126079: Change a "//" comment introduced in r126065 to "/**/"
BUG=none
TEST=none
TBR=fischman
Review URL: http://codereview.chromium.org/9665047
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126082 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
ContextMenuController::ShowContextMenuForView().
BUG=117092
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9665008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126081 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:27450
TEST=
Review URL: http://codereview.chromium.org/9664045
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:27595
TEST=
Review URL: http://codereview.chromium.org/9664046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126078 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Instead of creating these worker threads when the decoder objects
are instantiated, we now do it when Initialize is called.
Doing this avoids spinning a video decoder thread for an audio tag.
BUG=114699,116873
TEST=Thread count in the renderer process goes up by 3 and not 4 when an audio element is created.
Review URL: https://chromiumcodereview.appspot.com/9632024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126077 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=109423
TEST=See bug.
Review URL: http://codereview.chromium.org/9648021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126076 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
checkbox.
BUG=
TEST=Left pane should look same for long and short items. Thumbnail pane should contain checkboxes and item names should be visible.
Review URL: http://codereview.chromium.org/9667035
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126075 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=116572
R=asvitkine@chromium.org
TBR=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9662034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126074 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126071 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
launched under nacl-gdb on Windows.
BUG= 117010
TEST= none
Review URL: http://codereview.chromium.org/9585007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126069 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
TEST=PPAPINaClTestDisallowedSockets.TCPServerSocketPrivateDisallowed
Review URL: http://codereview.chromium.org/9491007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126068 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
We need InitFocus() method as it is called when switching from normal dialog to advanced dialog. In that case dialog stays active but one view is removed, another created.
BUG=chromium:117057
TEST=Manual
Review URL: http://codereview.chromium.org/9623002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126067 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/9663007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126066 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
testing_instance to discared the "SLOW_" prefix.
Review URL: https://chromiumcodereview.appspot.com/9665046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126064 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126063 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126062 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These weren't causing real problems, but just looked scary.
Replace data() with c_str() in places where char* is expected.
Drop data() in places where string is expected.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/9664036
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126061 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
timing out on XP bots because now the timeout on the PPAPI tests is the default 45s for all browser_tests. On my fast machine this takes 20s, so it's no surprise that it sometimes flakes on XP vm's if the limit is 45s.
TBR=brettw
Review URL: https://chromiumcodereview.appspot.com/9662040
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126060 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Remove a duplicated call to NaClBrokerService's OnLoaderDied() that
was introduced by a bad merge/rebase in r112876.
Because NaClBrokerService just keeps a simple count of the number of
running processes, the second call to OnLoaderDied() tends to make the
count go below zero.
This meant that the broker process could get shut down prematurely (if
you start two NaCl processes and shut down one), or it would hang
around when it was not needed (if you start a NaCl process and shut it
down, then do that again).
While we're changing this:
* Combine the code with an existing #if.
* Only call OnLoaderDied() on 64-bit Windows, since that's the only
case where the broker process is used.
BUG=115392
TEST=manually tested by running NaCl and looking at the task manager
(also by adding printfs to show loaders_running_)
Review URL: https://chromiumcodereview.appspot.com/9632003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126059 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
If there is no domain or search in /etc/resolv.conf
res_ninit() will return 0 ("no error") and set RES_INIT but it will
not reset res.dnsearch. Adding a memset to prevent non-UTF8 garbled
domain suffixes from crashing the NetLog.
BUG=115506
TEST=chrome --enable-async-dns # on Linux, and restart network
Review URL: http://codereview.chromium.org/9663048
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126058 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=brettw
Review URL: https://chromiumcodereview.appspot.com/9664041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126057 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Pull the latest system_api which contains the definition for
bluetooth_agent::kDisplayPinCode.
BUG=chromium-os:27101
TEST=emerge chromeos-chrome
Change-Id: I260d456ad8feb387d09dae5df38210ff44bd6e26
Review URL: http://codereview.chromium.org/9663014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126056 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=satorux@chromium.org
BUG=108171
Review URL: http://codereview.chromium.org/9582044
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126055 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
PIN Codes are arbitrary strings of bytes, of arbitrary length up
to a limit of 16 characters whereas Passkeys are numerics in the range
000000-999999.
Passkeys also support typing notification from remote devices while
being entered, whereas PIN Codes don't.
It makes sense to split these out for request purposes so we can perform
input validation and restriction, and for display purposes because of the
style differences.
BUG=chromium-os:21320
TEST=called options.BrowserOptions.addBluetoothDevice from console
Change-Id: Ib3591dddacbf0f9bdc19f65c83c5bf7d33935fd2
Review URL: http://codereview.chromium.org/9662018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126054 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
dbus::ErrorResponse needs to be a subclass of dbus::Response otherwise
you can't pass it to a dbus::ExportedObject::ResponseSender.
BUG=none
TEST=my code now compiles
Change-Id: I1efba7c2cd9aaed937cac75133ab6b695aeac63b
Review URL: http://codereview.chromium.org/9675002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126053 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=98979
TEST=This is the test
Review URL: http://codereview.chromium.org/9652029
TBR=aaronlevbugs@gmail.com
Review URL: https://chromiumcodereview.appspot.com/9667031
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126052 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Move Set/GetGDataPath from gdata::util to GDataDownloadObserver.
Move UploadFileInfo::Init(DownloadItem*) to GDataDownloadObserver.
BUG=chromium-os:23516
TEST=compiles.
Review URL: https://chromiumcodereview.appspot.com/9657028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126051 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126050 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126049 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
been shut down.
The reason is that the callback object might have been deleted.
BUG=117335
TEST=See repro steps in bug report.
TBR=xians
Review URL: https://chromiumcodereview.appspot.com/9665039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126048 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=98979
TEST=This is the test
Review URL: http://codereview.chromium.org/9652029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126047 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
check in the RegisterApplicationRestart length check.
The ppapi tests trigger this because they add a bunch of stuff to the command line. It was only happening on Windows 7 bots because apparently the maximum value went down from 2048 to 1024 in Windows 7.
BUG=117673
TBR=brettw
Review URL: https://chromiumcodereview.appspot.com/9666034
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126046 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=tfarina
Review URL: https://chromiumcodereview.appspot.com/9667030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126045 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes http://build.chromium.org/p/chromium.memory.fyi/builders/Chromium%20OS%20UI%20%28valgrind%29%288%29/builds/1350/steps/memory%20test%3A%20unit/logs/A101C11CC97B99B5
BUG=None
TEST=None
TBR=sky
Review URL: https://chromiumcodereview.appspot.com/9663041
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126044 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
We're sharding unit_tests 6 ways, and it hits a DCHECK on some shards,
as well as when run in isolation.
TBR=markusheintz@chromium.org
BUG=117679
TEST=
Review URL: https://chromiumcodereview.appspot.com/9667029
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126041 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=ui_unittests --gtest_filter=LinuxUtilTest*
R=sky@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9652008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126040 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
WebGraphicsContext3DCommandBufferImpl.
BUG=112108
Review URL: http://codereview.chromium.org/9666030
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126039 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=brettw
Review URL: https://chromiumcodereview.appspot.com/9664039
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126038 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126035 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126034 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
tests moved to Windows while I investigate.
BUG=115286
TBR=brettw
Review URL: https://chromiumcodereview.appspot.com/9669027
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126033 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Just the test assets so that trybots can run for 9618023
BUG=110143
TEST=none
Review URL: http://codereview.chromium.org/9662023
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126032 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=chromium-os:27135
TEST=Currentlly pinnig doesn't work yet. Set 'checked' property to true in the DevTools.
Review URL: https://chromiumcodereview.appspot.com/9630016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126031 0039d316-1c4b-4281-b951-d872f2087c98
|