- 06 Sep, 2013 40 commits
-
-
kinuko@chromium.org authored
BUG=178304 TEST=FileSystem{,Dir}URLRequestJobTest.* TEST=manual Review URL: https://chromiumcodereview.appspot.com/23494028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221670 0039d316-1c4b-4281-b951-d872f2087c98
-
primiano@chromium.org authored
Sending a (TRIM_MEMORY_COMPLETE) memory pressure signal to free some memory (v8,sqlite,image decoding caches) when the last WebView instance is destroyed. BUG=284362 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23888003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221669 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
> Initial chrome.mdns API. > Currently just implements the API layer which allows adding a listener and defines a manifest key to specify mdns service types to watch. > > BUG=280900 > TBR=erg > > Review URL: https://chromiumcodereview.appspot.com/23437015 TBR=justinlin@chromium.org Review URL: https://codereview.chromium.org/23945003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221668 0039d316-1c4b-4281-b951-d872f2087c98
-
skaslev@chromium.org authored
R=danakj Review URL: https://chromiumcodereview.appspot.com/24015002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221667 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=285402 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/23684031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221666 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221665 0039d316-1c4b-4281-b951-d872f2087c98
-
sbc@chromium.org authored
This change also contains chrome-side changes to handle the renaming of the PNaCl toolchain folder within the NaCl SDK. This pulls in the following Native Client changes: r12099: (shcherbina) Add custom tempfile prefix to old validator targeted tests. r12100: (stichnot) Fix and harden error reporting in the report parser. r12101: (stichnot) Exclude ms_struct_pack_layout. r12102: (ncbray) Enable validation caching on ARM. r12103: (petarj) [MIPS] Enable validator tests r12104: (halyavin) Fix copy paste error in the log message. r12105: (khim) Support precise toolchain trybots/buildbots r12106: (kschimpf) Update pnacl llvm revisions r12107: (stichnot) Fix breakage when running the LLVM regression tests. r12108: (jvoung) Handle unicode as strings instead of lists in the pnacl driver env setmany. r12109: (khim) Fix precise64 toolchain bots r12110: (jvoung) Turn off allow_double again, for callingconv test on arm-nacl-gcc. r12111: (kschimpf) Update pnacl llvm revisions. r12112: (bradnelson) Temporarily remove breakpad from DEPS in order to move it. r12114: (bradnelson) Clobbering the breakpad directory. r12115: (petarj) [MIPS] Fix expectations for mips_test_read_only_regs r12116: (sbc) Roll newlib toolchains in TOOL_REVISIONS. r12117: (petarj) [MIPS] Remove unneeded checks for TLS register r12118: (bradnelson) Pull in all of breakpad for crash dump testing. r12119: (sbc) Rename PNaCl toolchain folder within the SDK. BUG=none TEST=browser_tests and nacl_integration Review URL: https://chromiumcodereview.appspot.com/23576014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221664 0039d316-1c4b-4281-b951-d872f2087c98
-
nbarth@chromium.org authored
Jinja2 (used in Blink scripts in Source/core and Source/bindings) has been updated to 2.7.1 (from existing 2.6); see changelog. http://jinja.pocoo.org/docs/changelog/ The specific new features in this release that are useful are: * keep_trailing_newline * lstrip_blocks ...which make it easier to control whitespace, making templates easier to read. (Specifically it lets us easily indent control blocks.) * selectattr (allows filtering lists in template, simplifying Python code) In the Changelog these are referred to as: Added support for keeping the trailing newline in templates. Added finer grained support for stripping whitespace on the left side of blocks. Added map, select, reject, selectattr and rejectattr filters. BTW, 2.7 is the first Jinja2 major release in 2 years; 2.7.1 is a bugfix release: 2.7 2013-05-20 2.7.1 2013-08-07 This upgrade introduces a new dependency (on Windows), due to the safe string class being factored out into a separate library. Thus depends on separate CL: Add MarkupSafe library to third_party (dependency for Jinja2 2.7) https://codereview.chromium.org/23445019/ This has been committed as r221578: https://src.chromium.org/viewvc/chrome?view=rev&revision=221578 TBR=cpu@chromium.org Review URL: https://chromiumcodereview.appspot.com/23506004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221663 0039d316-1c4b-4281-b951-d872f2087c98
-
toyoshim@chromium.org authored
I missed to apply ChildProcessSecurityPolicy to receive side. Blink needs additional sysex filter per MIDIAccess object. BUG=163795 TEST=none Review URL: https://chromiumcodereview.appspot.com/23983004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221662 0039d316-1c4b-4281-b951-d872f2087c98
-
courage@chromium.org authored
This change removes the code to conditionally fetch scope information, which sometimes would sometimes display the scopes at the wrong time. ExtensionInstallPrompt never needs to fetch or approve OAuth scopes itself. The Identity API passes in a list when necessary, and also takes care of all grants. BUG=277117 Review URL: https://chromiumcodereview.appspot.com/23978007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221661 0039d316-1c4b-4281-b951-d872f2087c98
-
komatsu@chromium.org authored
IBusEngineServiceDaemonlessImpl. This CL deletes IBusEngineServiceImpl which is no longer used. BUG=275262 Review URL: https://chromiumcodereview.appspot.com/23766008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221660 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
* Base name duplication is handled and should be tested in ResourceMetadata. * OpenFile's behavior can be tested in OpenFileOperation. Along the way did some clean up. BUG=none Review URL: https://chromiumcodereview.appspot.com/23606018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221659 0039d316-1c4b-4281-b951-d872f2087c98
-
edmundyan@chromium.org authored
BUG=273827 Review URL: https://chromiumcodereview.appspot.com/23961002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221658 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221657 0039d316-1c4b-4281-b951-d872f2087c98
-
ldixon@google.com authored
Updated usrsctp to latest version (to 8603) with fixes upstream. Fixed usrsctp gyp file; removed overides. usrsctp update = 8554:8603 Review URL: https://chromiumcodereview.appspot.com/23960004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221656 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
When the user opts to "Manage billing details" and changes the default payment instrument (credit card) or shipping address, select the new default in the requestAutocomplete dialog UI. BUG=266010 TEST=unit_tests R=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/23930002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221655 0039d316-1c4b-4281-b951-d872f2087c98
-
mgiuca@chromium.org authored
Wrote proper documentation for PP_VARTYPE_ARRAY and PP_VARTYPE_DICTIONARY. These previously said that they are not currently supported, but they are. For PP_VARTYPE_STRING, added note that AddRef and Release must be used. Review URL: https://chromiumcodereview.appspot.com/23757014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221654 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
> Re-enable TouchCursorInTextfieldTest with some fixes and logs > > Re-enabled TouchEditableImplAuraTest.TouchCursorInTextfieldTest with two > fixes: > - Changed focus_textfield() in touch_seleciton.html to collapse > selection after focus, since nothing should be selected after > focusing the textfield. > - Added a wait between dragging the handle and getting the cursor > position in the test to be sure that the cursor position is updated > completely. > Also, added some logs in the test so that if it failed again, more data > is available for investigation. > > BUG=235991 > > Review URL: https://chromiumcodereview.appspot.com/23823004 TBR=mohsen@chromium.org Review URL: https://codereview.chromium.org/24032002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221653 0039d316-1c4b-4281-b951-d872f2087c98
-
rdevlin.cronin@chromium.org authored
Include two of our internal scripts (event_bindings and schemaUtil) as sources for runtime errors. Add tests for same. BUG=21734 Review URL: https://chromiumcodereview.appspot.com/23923003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221652 0039d316-1c4b-4281-b951-d872f2087c98
-
jianli@chromium.org authored
We used to track and handle user-resizing by ourselves. This brings up a few problems and makes the user-resizing hard to use on Mac. For example, the user-resizing could not be triggered outside or on the edge. Switching to doing it via system solve all these problems. Also removed EnableResizeByMouse which is not really used in our code. BUG=282652,282657 TEST=manual test by user-resizing panels Review URL: https://chromiumcodereview.appspot.com/23918002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221651 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
This is remaining part of r221334, because during its code review, VolumeManager was actively being changed so that it was kept as is to avoid conflict. BUG=273386 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/23892008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221650 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221649 0039d316-1c4b-4281-b951-d872f2087c98
-
nyquist@chromium.org authored
September 2013 invalidation client release - Add support for OAuth2 to Android network channel BUG=264503 Review URL: https://chromiumcodereview.appspot.com/23603003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221648 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Folder shortcut is launched, since we no longer need to switch the feature. BUG=none TEST=manual R=hirono@chromium.org Review URL: https://codereview.chromium.org/24026002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221647 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
CWS widget team requested to pass the access token by the 'initialize' message. BUG=none TEST=manual R=hirono@chromium.org Review URL: https://codereview.chromium.org/23494024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221646 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
r186536 made it so focus focus changes while capture held are ignored. Problem is we enter this scenario when activating a window. In particular the window has capture, then we activate it but the activation is ignored because it has capture. In this case we need to allow the focus change else events are completely dropped. BUG=277593 TEST=covered by tests R=ananta@chromium.org Review URL: https://chromiumcodereview.appspot.com/23892006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221645 0039d316-1c4b-4281-b951-d872f2087c98
-
honghaiz@chromium.org authored
From the bug report and the other relevant bug 236392 reported by ASan, The problem arises when ReadData() had some errors or completed, and then freed the NetworkStats, but later the callback of the Write() is started on the freed object. This most likely happened when the initial ReadData() had some errors. So I did two modifications. 1. For the first time when ReadData is called, I checked the return value. Only if it is ERR_IO_PENDING, it continues to Send requests. 2. The Write() callback is on a WeakPtr. If the NetworkStats object is freed, the callback will be a no-op. BUG=273917 Review URL: https://chromiumcodereview.appspot.com/23875004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221644 0039d316-1c4b-4281-b951-d872f2087c98
-
gab@chromium.org authored
This is part 2/3 of re-landing https://codereview.chromium.org/22198004/. It will land before part 1/3 @ https://codereview.chromium.org/23534006 because this part is core to getting Aura on the waterfall and part 1/3 has already been blocking us for too long. We want to use the blacklist rather than hardcode OS versions in compositor_util, but for now hardcoding is fine... TBR=zmo BUG=233830, 267038 Review URL: https://chromiumcodereview.appspot.com/23874016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221643 0039d316-1c4b-4281-b951-d872f2087c98
-
rkc@chromium.org authored
Implement a people search provider that uses the Google+ People Search endpoint. R=xiyuan@chromium.org BUG=267208 Review URL: https://chromiumcodereview.appspot.com/23874015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221642 0039d316-1c4b-4281-b951-d872f2087c98
-
dtseng@chromium.org authored
TEST=On aura, navigate to chrome.google.com/webstore; navigate through page and get spoken feedback. BUG=285464 Review URL: https://chromiumcodereview.appspot.com/23819020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221641 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
Provide observer functions for NOTIFICATION_WEB_CONTENTS_CONNECTED, NOTIFICATION_WEB_CONTENTS_SWAPPED, NOTIFICATION_WEB_CONTENTS_DISCONNECTED BUG=170921 TEST=no functional change Review URL: https://chromiumcodereview.appspot.com/23784005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221640 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23772008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221639 0039d316-1c4b-4281-b951-d872f2087c98
-
vmpstr@chromium.org authored
This patch keeps the state of used layers and updates it in register and unregister tile. This eliminates the need for CleanUpImageDecodeTasks. This also provides a fix to the memory limits in the perftest, so by comparison the performance should drop significantly. However, this is only because the perftests are now properly testing the full ManageTiles code path. The patch to remove CleanUpImageDecodeTasks actually improves performance by about 15%. BUG=283777 R=reveman@chromium.org,tomhudson@chromium.org Review URL: https://chromiumcodereview.appspot.com/23757024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221638 0039d316-1c4b-4281-b951-d872f2087c98
-
owenlin@chromium.org authored
BUG=284219 TEST=run related code on daisy NOTRY=true Review URL: https://chromiumcodereview.appspot.com/23745007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221637 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
The twitter site in the top_25 page set doesn't load completely. BUG=224049 Review URL: https://chromiumcodereview.appspot.com/23740005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221636 0039d316-1c4b-4281-b951-d872f2087c98
-
hirono@chromium.org authored
Originally, the file browser private tasks APIs parse the arguments and generate the results manually. This CL lets the APIs use the auto generated helper classes to parse the arguments. BUG=241693 TEST=file_manager_browsertest Review URL: https://chromiumcodereview.appspot.com/23740004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221635 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
DriveIntegrationServiceFactory::GetForProfile may return NULL, if the Drive is disabled, so ->file_system() can be SEGV error. This CL replaces it by drive::util::GetFileSystemByProfile and handles cases that NULL is returned. BUG=284972 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/23739006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221634 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
Instead of having absolute positions for most elements, Layout() now works one by one, packing the View in question onto either the left or right. This should allow us to configure whether window control buttons are being inserted on the left or the right. BUG=281788 Review URL: https://chromiumcodereview.appspot.com/23724019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221633 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@chromium.org authored
I don't see any reason why the .cur files are explicitly included and then (were) also included by the rather obliquely named ui_unscaled_resources. Assuming it's probably just cruft so nuke the .curs and re-include the .grd in the browser-side. All of the .cur that are in 'sources' are also in the .grd. R=jamesr@chromium.org BUG=283704,237249 Review URL: https://chromiumcodereview.appspot.com/23716004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221632 0039d316-1c4b-4281-b951-d872f2087c98
-
skuhne@chromium.org authored
use "--trace-shutdown" to enable the feature to start profiling when the user has pressed "shutdown" and specify "--trace-shutdown-file=<name>" to specify the file where you want to dump to. Additionally you can specify which modules to trace with e.g. "--trace-shutdown=base,net". That said: NOTE that the dumping will cost time since it has to be done after the shutdown of Chrome is finished. As such it takes time and will make it impossible to get a correct reading of time from shutdown till a new startup is finished. Note: This is similar to the trace-startup - with the exception that upon shutdown it is not possible to rely on threads for IO anymore. BUG=281524 TEST=visual tests Review URL: https://chromiumcodereview.appspot.com/23691025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221631 0039d316-1c4b-4281-b951-d872f2087c98
-