chromium_arkweb
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[Android] Fix AwSettings.testUserAgentString... tests Using 'document.writeln' breaks 'getTitle'. BUG=151012 Review URL: https://chromiumcodereview.appspot.com/10993033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158867 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixing issue with Talk window getting maximized, minimized, restored and leaving it in a desolate state. I will create a unit test for this (if you want) - but let us first land this since this is a beta blocker. BUG=151698 TEST=visual Review URL: https://chromiumcodereview.appspot.com/10977016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158868 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
PrintTo for FilePath -- Pretty-print when comparing FilePaths in gtest Used in upcoming http://codereview.chromium.org/10996005/ (and potentially others). BUG=148539 TEST=Write a test with an error comparing two FilePaths and confirm the paths' values are printed by gtest as opposed to the byte-representation. Review URL: https://chromiumcodereview.appspot.com/10984028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158893 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Re-Fix official Linux builds, broken by missing symupload. Removed redundant toolset line which is already set for Android below. TBR=mark@chromium.org Review URL: https://chromiumcodereview.appspot.com/10913003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@154083 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix android build deps to work on ubuntu 12.04+ BUG= Review URL: https://chromiumcodereview.appspot.com/10963014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158902 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPass We add a ScopedPtrHashMap and ScopedPtrVector which preserve the behaviour of HashMap<T, OwnPtr<V> > and Vector<OwnPtr<T>> and use these for CCRenderPass and any code that creates CCRenderPass objects. R=enne,jamesr BUG=152049 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=158729 Review URL: https://chromiumcodereview.appspot.com/10979010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158837 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
NTP5: Adjusting dynamic padding implementation. BUG= Review URL: https://chromiumcodereview.appspot.com/10983045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158901 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
There are two blocking network delegates in url_request_unittest: BlockingNetworkDelegate and BlockingNetworkDelegateWithManualCallback They provide various functions: * blocking in various stages of the request * three ways of responding in blocked stages: synchronous, automatic callback, and user-triggered callback * redirection But not all combinations are available (e.g. synchronous blocking after headers are sent), because the user has to chose only one of the delegates. This CL aims at allowing to combine those functions without code duplication, by joining the two classes into one. BUG=146816 TEST=N/A (this is only in unittests, also no change in behaviour of any unit-test, and no new added) Historical description for this issue, remove once the current plan stabilises: ------------------------------------------------------ Adding a base class for the blocking network delegates There are two blocking network delegates in url_request_unittest: BlockingNetworkDelegate and BlockingNetworkDelegateWithManualCallback They were independent until now, but for http://codereview.chromium.org/10911151/ BlockingNetworkDelegate needs to be able to block in various stages of the request, such as BlockingNetworkDelegateWithManualCallback does. To avoid code duplication, the common functionality is here moved to a common base class BlockingNetworkDelegateBase from which the original two inherit. This adds no new functions, nor changes it the behaviour of the current tests. ------------------------------------------------------ Review URL: https://chromiumcodereview.appspot.com/10905259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158724 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Disable extended desktop. Instead, cycle through primary, secondary and mirror mode. This CL consists of following changes and is designed to minimize conflict with m23 branch. * Add back original display switching (primary->secondary->mirror). * Display_change_observer_x11 to ignore displays other than primary * Do not distinguish internal display (as internal display can be blank) * Disable display configuration UI I'll revert this change once this is merged to m23 branch. BUG=152003 TEST=tested on devices with m23 and tot Review URL: https://chromiumcodereview.appspot.com/10974014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158546 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Moved chrome detection to service process. Renamed related code. BUG=148913 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10910282 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156906 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix up instance registration with the browser. This code was crashing and was disabled. Previously it would try to send the message through the render view passed to the constructor. But since the dispatcher wrapper outlives any particular RenderView, this crashes. This new code goes through the RendererPpapiHost to get the render view associated with the current instance that's being created or destroyed. BUG=150654 Review URL: https://codereview.chromium.org/10949008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158889 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Coverity: Initialize member variables. CID_COUNT=7 CID=13432,14429,16922,101542,101734,102304,102305 BUG=none TEST=none R=tbreisacher TBR=jam@chromium.org,tommi@chromium.org,ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148592 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
crypto: add DecodeSignature and use SHA-256 with ECDSA. This changes ECSignatureCreator to use the hash function that SPDY expects (SHA-256). There are no other users of ECSignatureCreator in the tree so I'm going to defer making these choices parameters until there's a benefit to be had. It also adds DecodeSignature to convert from ASN.1 signatures to the `raw' form that SPDY needs. BUG=none Review URL: https://chromiumcodereview.appspot.com/10910226 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157551 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
DBus: declare property specializations Without declaring the property specializations in the header file, the compiler can sometimes generate default constructors that don't initialize the variables correctly. BUG=none TEST=unit_tests pass Review URL: https://chromiumcodereview.appspot.com/10963037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158105 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Log ChromeToMobile search and auth errors to UMA and INFO. Add more UMA and VLOG(0) to OnGetTokenFailure and HandleSearchResponse. (add supporting GoogleServiceAuthError::NUM_STATES enum value) (add supporting CTMService SEARCH_[SUCCESS|ERROR] enum values) (change existing LOG_IF(INFO, ...) to VLOG_IF(0, ...) in HandleSubmitResponse) ChromeToMobile.AuthError UMA histogram added here: https://chromereviews.googleplex.com/4964015 BUG=102709,120941 TEST=Additional UMA and INFO logging of any auth token generation errors. R=joi@chromium.org,sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10970055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158345 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update the google_update_idl to reflect recent changes to Omaha. R=robertshield BUG=138313 Review URL: https://chromiumcodereview.appspot.com/10823287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151299 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Defend against NULL pointer dereferences in buggy OpenGL drivers. BUG=149904 TEST=test case from bug; unit tests Review URL: https://chromiumcodereview.appspot.com/10989011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158665 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Cleanup the IPC param traits structure: -traits that are only used by chrome should be in chrome -traits that aren't used by chrome shouldn't be in content/public -use macros for serialization where possible -traits that are only used by one message file should just be listed in it -get rid of webkit_param_traits since it's not needed anymore. It was added as a hack to keep npchrome_frame.dll's size small by giving a hint to the MSVS linker, but now that there's more split between the message files because of the content split it's not necessary anymore. I've verified that npchrome_frame.dll's size (Release, non-component) size doesn't change. Review URL: https://codereview.chromium.org/10980010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158570 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove static variables from HttpStreamFactory. Refresh of issue 10389162. BUG=124900 Review URL: https://chromiumcodereview.appspot.com/10834215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155485 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add ARM NEON intrinsic optimizations for SincResampler. On an exynos board these yielded an ~2.3x speedup: Benchmarking 50000000 iterations: Convolve_C took 5682.71ms. Convolve_NEON(unaligned) took 2451.18ms; which is 2.32x faster than Convolve_C. Convolve_NEON (aligned) took 2397.01ms; which is 2.37x faster than Convolve_C and 1.02x faster than Convolve_NEON (unaligned). BUG=none TEST=try bot, fischman. Review URL: https://codereview.chromium.org/10960023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158870 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158451 - Always use objdump to determine arch of nexe This broke chromeos builds and I'm not currently setup to build and test chromeos so revert for now. BUG= TBR=binji Review URL: https://chromiumcodereview.appspot.com/10916343 TBR=sbc@chromium.org Review URL: https://chromiumcodereview.appspot.com/10979011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158618 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Revert 158894 - Disable TLS channel ID by default. (for merging to branch) BUG=129174 TEST=browse to https://www.google.com, check chrome://histograms for DomainBoundCerts.Support. Then try with --enable-tls-channel-id flag. Review URL: https://codereview.chromium.org/10979040 TBR=mattm@chromium.org Review URL: https://codereview.chromium.org/10981045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158897 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Render/pepper hang debugging: generate dumps for the browser and renderer processes if users kill a hung pepper plugin. This CL collects information in order to diagnose inter-process pepper deadlocks. - We don't crash those renderers or the browser. - We only do this on the Windows Canary channel for 20% of pepper plugin hangs, if there are not too many renderers (<4). BUG=147593 TEST=None Review URL: https://chromiumcodereview.appspot.com/10983028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158717 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Set max title size to 50 BUG=65469 Review URL: https://chromiumcodereview.appspot.com/10963050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158198 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
[Chromoting] Remove CHECK() when posting a message to the plugin thread during shutdown. With the assumtions currently made in the code it is OK to loose tasks posted to the plugin thread when a plugin instance is being destroyed. This is a version of the fix that is intended to be merged to m23. A better fix will be checked to trunk. BUG=150783 Review URL: https://codereview.chromium.org/10987053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158884 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
rlz: Add missing base:: prefix to StringPrintf call. TBR=rogerta@chromium.org Review URL: https://chromiumcodereview.appspot.com/10910227 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156351 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove GetModuleHandleHelper(), which was only needed for Win2k (which we don't support). BUG=none TEST=none Review URL: https://codereview.chromium.org/10951038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158165 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Adds SDCH config files for iOS. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10803053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148341 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Call exit(1) if we mean to crash, rather than *(char*)0 = 0 Review URL: https://codereview.chromium.org/10984023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158877 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove {base,net}_java dependencies from GYP client targets on Android. On Android, some GYP client targets were explicitly depending on both the native and Java sides of a library. This removes the dependencies to {base,net}_java and make the native side ('base' and 'net) of these libraries depend on their Java counterpart. On Android it rarely makes sense to depend on a single side of a Java/C++ library. The {base,net}_java can now be considered as "private" targets although GYP does not support this concept unfortunately (AFAICT). Note that I made sure that the resulting APKs' size is unchanged. Additionally, this CL removes 'base_java' (i.e. does not replace it with 'base') from the targets including 'build/apk_test.gypi'. This dependency should not have been there (in the wrong layer) in the first place. It's needed by ChromeNativeTestActivity.java which clients should not know about. BUG=146323 TBR=lipalani,sky,willchan,brettw Review URL: https://chromiumcodereview.appspot.com/10913083 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155737 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Added nudge source counters to about:sync. Added counters for each possible nudge source on the summary tab of the about:sync page. The counters are stored in SyncStatus and managed by SyncManagerImpl via allstatus_. BUG=78166 Review URL: https://chromiumcodereview.appspot.com/10991005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158633 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Android: creates fifo for test runners in internal directory. Some devices have $EXTERNAL_STORAGE filesystems that don't support mkfifo. Create in the internal app dir instead. BUG= TEST= Review URL: https://codereview.chromium.org/10957036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157962 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
tcmalloc: fixed config_linux.h to build for arm targets. BUG=chromium-os:34620 TEST=trybot Review URL: https://chromiumcodereview.appspot.com/10970030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158903 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Reduce code duplication between run_test_cases.py and trace_test_cases.py. This is to simplify upcoming CLs to clean up trace_test_cases.py R=csharp@chromium.org NOTRY=true BUG= Review URL: https://chromiumcodereview.appspot.com/10993035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158865 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
events: Cleanup the EventDispatcher API. These API functions are not used anymore. So remove these. Update a test to still test that event-handlers receive events in correct phase in the right order. BUG=none Review URL: https://codereview.chromium.org/10956045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158876 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fix up instance registration with the browser. This code was crashing and was disabled. Previously it would try to send the message through the render view passed to the constructor. But since the dispatcher wrapper outlives any particular RenderView, this crashes. This new code goes through the RendererPpapiHost to get the render view associated with the current instance that's being created or destroyed. BUG=150654 Review URL: https://codereview.chromium.org/10949008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158889 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Don't attempt to delete and readd a duplicate hwnd in the SetFrameWindow notification in the metro driver. This messes up the state maintained in the global window list which indicates whether the window was scrolled because of the OSK. BUG=150848 R=cpu Review URL: https://codereview.chromium.org/10964023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158109 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Update .DEPS.git git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158900 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add /ash/resources/google_wallpapers/ to .gitignore. BUG=none TEST=none TBR=saintlou@chromium.org Review URL: https://codereview.chromium.org/10914270 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156591 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add an about:flags entry for CSS Shaders. BUG=141433 TEST=Check that CSS Shaders can be enabled and disabled in about:flags Review URL: https://chromiumcodereview.appspot.com/10913254 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156658 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Fixes to allow building in an Android tree - Add empty Android.mk to prevent the Android build system from erroneously picking up other Android.mk files. - Rename content_shell_content_view to libcontent_shell_content_view as Android build system requires that shared library target names start with 'lib'. Review URL: https://chromiumcodereview.appspot.com/10637006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@143925 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
NaCl: Update revision in DEPS, r9834 -> r9843 This pulls in the following Native Client changes: r9835: (mseaborn) Debug stub tests: Add a test for writing memory r9836: (mseaborn) Fix some spelling mistakes in comments in debug stub code r9837: (mseaborn) Debug stub: Disallow the debugger from modifying code r9838: (mseaborn) Remove the unused script tools/multipy.py r9839: (jfb) ARM validator: test all possible ARM instruction encodings r9840: (mseaborn) Debug stub: Fix memory access bounds checks to account for range size r9841: (phosek) When reverse setup is used, StartModule now waits for reverse channel initialization to prevent errors when reverse channel is being used before it is fully initialized. r9842: (khim) Simplify MarkedInstruction constructor. r9843: (shcherbina) Validator_ragel: get rid of autogenerated validator_x86_64_insruction_consts.c file BUG=none TEST=nacl_integration Review URL: https://codereview.chromium.org/10990050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158898 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Happy new year! Review URL: http://codereview.chromium.org/9664006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125933 0039d316-1c4b-4281-b951-d872f2087c98 | 14 年前 | |
Fix third-party license information for a number of projects Also fix a couple of bugs in the license tool. - When scanning, ignore directories that don't contain any files, on the assumption that these are DEPS directories for projects not used by our current configuration. - Don't recurse into directories in ADDITIONAL_PATHS, just as we don't for regular third_party/foo directories. Notes - License file for third_party/mozc was taken from source header. - LICENSE.chromium_os was copied from Chromium OS source tree. This fixes 'licenses.py scan' for an Android checkout. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10829042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148693 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Add in a wildcard OWNERS file so that no matter what files are modified there is always at least one set of OWNERS found. Review URL: http://codereview.chromium.org/6588074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@78513 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 | |
[NaCl SDK] Use chromium trybots when making changes to native_client_sdk. Also made change to top-level PRESUBMIT.py to prevent testing default bots when change is only in native_client_sdk. BUG=none R=noelallen@chromium.org Review URL: https://chromiumcodereview.appspot.com/10919303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157653 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
introduce chrome/browser/common directory and move url_database(and its dependencies) This is a copy of https://src.chromium.org/viewvc/chrome?view=rev&revision=157475 c/b/common dir is for utility/library code shared by chrome browser code. BUG=144783 TBR=joi,ben Review URL: https://codereview.chromium.org/10948045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@157796 0039d316-1c4b-4281-b951-d872f2087c98 | 13 年前 | |
Remove TRYSERVER_HTTP_ stuff. The http method is broken, and having this in here means git try takes 60 seconds just to discover that it should retry using svn. Removing this == developer_productivity++ BUG=none TEST=none Review URL: http://codereview.chromium.org/6312005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71606 0039d316-1c4b-4281-b951-d872f2087c98 | 15 年前 |