- 01 Aug, 2012 40 commits
-
-
nsylvain@chromium.org authored
TBR=jkummerow,yangguo Review URL: https://chromiumcodereview.appspot.com/10831112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149411 0039d316-1c4b-4281-b951-d872f2087c98
-
serya@chromium.org authored
BUG=138094 TEST=Manual test. Review URL: https://chromiumcodereview.appspot.com/10843026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149410 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerm@chromium.org authored
https://codereview.appspot.com/6454073/ R=siggi@chromium.org,chrisha@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/10826091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149409 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
(Views only) Display an info bar that asks the user to reload the website, after changing site permissions. BUG=113688 TEST=none TBR=erg@chromium.org,rsesek@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149407 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This change rolls the following third-party libraries from deps/ to r149334. - flac - hunspell - hunspell_dictionaries - icu - libjpeg_turbo - libvpx - speex - xdg-utils Each library picks up only the following change. r149334 - Make 'License' field in third-party metadata required BUG=138921 TBR=thakis Review URL: https://chromiumcodereview.appspot.com/10837042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149406 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
This annotation is used to disable specific instrumentation tests. While at it, disable the failing testBaseStartup. BUG=139365,139870 TEST=Android FYI tester bot is green. Review URL: https://chromiumcodereview.appspot.com/10829104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149405 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=86469 TEST=UnloadTest.CrossSiteInfiniteBeforeUnloadSync don't fail on ASAN bots. TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149404 0039d316-1c4b-4281-b951-d872f2087c98
-
jkummerow@chromium.org authored
TBR=yangguo@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830116 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149403 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
BUG=none TEST=none TBR=phoglund@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149402 0039d316-1c4b-4281-b951-d872f2087c98
-
phoglund@chromium.org authored
BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10832084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149401 0039d316-1c4b-4281-b951-d872f2087c98
-
torne@chromium.org authored
The logic to calculate where the SDK should be is already done by envsetup and made available to gyp as a variable, so just have gyp pass this as a command line argument to ant. The behaviour is identical. This change is to move toward making it possible to build the Android port without having envsetup.sh sourced at build time (only at gyp-generation time), making it more like other platforms. It also simplifies the ant buildfiles. Review URL: https://chromiumcodereview.appspot.com/10821105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149400 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium:139126 TEST=Still compiles and passes tests, no functional changes. TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10824112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149399 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Leak in V8/WebKit bindings, leak in Mesa; extend a suppression for null deref BUG=138510,139998,139996 TBR=oshima Review URL: https://chromiumcodereview.appspot.com/10829120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149398 0039d316-1c4b-4281-b951-d872f2087c98
-
husky@chromium.org authored
BUG=137864 TEST=StringPrintfTest Review URL: https://chromiumcodereview.appspot.com/10800078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149397 0039d316-1c4b-4281-b951-d872f2087c98
-
apavlov@chromium.org authored
BUG=139581 Review URL: https://chromiumcodereview.appspot.com/10824089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149396 0039d316-1c4b-4281-b951-d872f2087c98
-
shouqun.liu@intel.com authored
- The GTK login prompt dialog is used for HTTP auth. Some websites need HTTP basic access authentication, then the login prompt dialog is required. BUG=90445 TEST=HTTP authentication websites tested TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823099 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149395 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
Instead, let it be reset during the destruction of BrowserMainLoop, which happens after the IO thread has been shutdown. This prevents a race condition between ShutdownThreadsAndCleanUp() and the destructor of InputTagSpeechDispatcherHost. The latter runs on the IO thread, and could sometimes end up trying to use the SpeechRecognitionManager at the same time as it was being destructed. Tested by running WorkerTest.QueuedSharedWorkerShutdown a couple of hundred times under ASan, as well as running existing speech tests. BUG=none Review URL: https://chromiumcodereview.appspot.com/10836007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149394 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149393 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUGF=none TEST=none TBR=apavlov Review URL: https://chromiumcodereview.appspot.com/10843025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149392 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
If GData search done on the server contained entries that are not in the local snapshot of the file system, it typically indicates there exists a newly added entry on the server (but not notified to the local client). This CL requests a delta feed in such a case. Arrival of the delta feed is notified to the file manager, and the search result is re-queried. BUG=138786 TEST=manual (see the bug for repro steps). Review URL: https://chromiumcodereview.appspot.com/10835031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149391 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
BUG=none Review URL: https://chromiumcodereview.appspot.com/10821124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149389 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=chromium:138667 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10818019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149388 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
But, SpdyStream and StreamSocket use IOBuffer in their interfaces. To reduce memory copies, we should use IOBuffer to hold data. BUG=none TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/10796107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149387 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
BUG=137319 TEST=Hover over the Extension Commands link and make sure the hand appears. Also make sure the link works as before. Review URL: https://chromiumcodereview.appspot.com/10821102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149386 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
This will help with changing the icon's appearance when it's in request-to-act mode. To deal with the fact that ExtensionAction can't load files, the platform-specific code now explicitly caches icons into the ExtensionAction. I also noticed that several users were converting the returned icons into another format, and caching the most recent such conversion. Since gfx::Image does that automatically, I switched to storing that instead of SkBitmap. BUG=133142 Review URL: https://chromiumcodereview.appspot.com/10806058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149385 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149384 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change pulls hunspell to merge r147911 <http://crrev.com/147911>. TBR=palmer,jschuh BUG=14721 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149383 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=127493 TEST=manually checked on lumpy Review URL: https://chromiumcodereview.appspot.com/10817028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149382 0039d316-1c4b-4281-b951-d872f2087c98
-
jln@chromium.org authored
We unify seccomp-bpf and seccomp-legacy initialization in the same file. TBR=jamesr@chromium.org Review URL: https://chromiumcodereview.appspot.com/10828102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149381 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
- In case of crbug.com/139441, End() should close the window but it also schedules OnColorChooserDialogClosed() and this has been released already. That call isn't necessary in this case, so set_listener to NULL. - tab is expected to call DidEndColorChooser() everytime it ends, thus it should be called in End() too. the callback to prevent the calling BUG=139441 Review URL: https://chromiumcodereview.appspot.com/10821087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149380 0039d316-1c4b-4281-b951-d872f2087c98
-
qinmin@chromium.org authored
When media elements got deleted, stream_texture_factory_ will get deleted before video_frame_. This causes the callback function to execute with a null pointer. Move the DestroyStreamTexture call in to WMPA dtor. BUG=138827 Review URL: https://chromiumcodereview.appspot.com/10828079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149379 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=139964 TODO=run DriveAPIParserTest.FileListParser Review URL: https://chromiumcodereview.appspot.com/10843023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149378 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
Still multiple list (uses next_link and token), parent folder handling etc. are missing, but minimal information is captured. BUG=chromium:127728 TEST=unit_tests --gtest_filter="DriveApiParserTest.*" Review URL: https://chromiumcodereview.appspot.com/10829056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149377 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=None TEST=build success Review URL: https://chromiumcodereview.appspot.com/10827067 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149376 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
Most of them are replaced with WeakPtrFactory to avoid exposing AsWeakPtr() BUG=None TEST=build success Review URL: https://chromiumcodereview.appspot.com/10824061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149375 0039d316-1c4b-4281-b951-d872f2087c98
-
munjal@chromium.org authored
- change the implementation of web auth flow window to use browwer popups - Use notifications instead of being a WebContentsDelegate for navigation events and window close events. - Change tests accordingly. BUG=130204 Review URL: https://chromiumcodereview.appspot.com/10826078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149374 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This class is introduced to separate code related to WAPI (codename of Documents List API) feed processing. To minimize diffs, the the class is defined in gdata_file_system.cc The code will be moved to a set of new files in a separate patch. BUG=130669 TEST=out/Release/unit_tests --gtest_filter=GData* && out/Release/browser_tests --gtest_filter=GData* Review URL: https://chromiumcodereview.appspot.com/10825120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149373 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
Also add --experimental flag to build_sdk.py so we can test a library without it being included in the archived SDK. BUG=122229 TEST=none R=noelallen@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10829027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149372 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
The update notifications were sent at every download progress and flooded the file manager UI. This patch inserts a check on frequency so that the event keeps the interval of certain (currently 1000) milliseconds. BUG=138838 TEST=manually tested copying large files. Review URL: https://chromiumcodereview.appspot.com/10834027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149371 0039d316-1c4b-4281-b951-d872f2087c98
-
paivanof@gmail.com authored
BUG=139849 Review URL: https://chromiumcodereview.appspot.com/10828105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149370 0039d316-1c4b-4281-b951-d872f2087c98
-