- 06 Aug, 2013 40 commits
-
-
brettw@chromium.org authored
Data deps are non-linked dependencies of a target. They are built in parallel (they are not input dependencies). I redefined "data" to mean data file dependencies, and added a new "datadeps" contept for non-linked target dependencies. Fix a bug to make it not crash if there's nothing to generate. Add variable documentation for some vars. Removed support for some builtin vars "root output dir name" and related. These had changed definition from when I originally wrote them, and I don't think there's any use for these values. We can add them back if we need. I moved the variable name constant declarations from scope_per_file_provider to the new variables file which includes documentation. I added support for getting the name of the current toolchain via a builtin variable. I removed support for solink_module which is not necessary. This was a way to express a .dll target that isn't linked to its dependees, but that's no longer necessary for datadeps. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/22290010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215976 0039d316-1c4b-4281-b951-d872f2087c98
-
jbauman@chromium.org authored
BUG=229712,261797,253113 R=piman@chromium.org, zmo@chromium.org Review URL: https://codereview.chromium.org/21458003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215975 0039d316-1c4b-4281-b951-d872f2087c98
-
jaredshumway94@gmail.com authored
The code that generates the dependency rows for the intro tables now follows transitive dependencies, attempting to add items to either permssions or manifest. If a 'None' dependency is found eventually, it isn't listed. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22339010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215974 0039d316-1c4b-4281-b951-d872f2087c98
-
kkimlabs@chromium.org authored
Currently, when openNewTab is called, we pass a boolean incognito variable that indicates if it should be opened in incognito mode. This was not consistent with the desktop. For example, NEW_FOREGROUND_TAB and NEW_BACKGROUND_TAB open incognito tab if the current tab is incognito. So this CL instead passes the actual disposition so that Java side has the full information required to be consistent with the desktop. BUG=268283 BUG=268414 Review URL: https://chromiumcodereview.appspot.com/22314005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215973 0039d316-1c4b-4281-b951-d872f2087c98
-
miguelg@chromium.org authored
BUG=268339 Review URL: https://chromiumcodereview.appspot.com/22200002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215972 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
We removed the invocation of the method, so we no longer need it. This CL removes it. BUG=258311 TEST=Ran browser_tests --gtest_filter="*FileSystemExtensionApiTest*:*FileManagerBrowserTest*" and unit_tests Review URL: https://chromiumcodereview.appspot.com/22181002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215971 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
Fix windows build failure. We need to remove nacl_io and ppapi_simple libraries from the file list check. TBR=binji@chromium.org Review URL: https://codereview.chromium.org/22415009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215970 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
BUG=223194 R=piman@chromium.org Review URL: https://codereview.chromium.org/22301011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215969 0039d316-1c4b-4281-b951-d872f2087c98
-
stuartmorgan@chromium.org authored
Also removes iOS 4.3 handling, as 4.3 is no longer supported. BUG=None Review URL: https://chromiumcodereview.appspot.com/21513008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215962 0039d316-1c4b-4281-b951-d872f2087c98
-
bajones@chromium.org authored
The watchdog will be "paused" while the system is suspending/suspended to prevent false positives that may result from erratic behavior during hibernate. BUG=258617 Review URL: https://chromiumcodereview.appspot.com/22289002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215961 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
TBR=tonyg@chromium.org BUG= Review URL: https://codereview.chromium.org/22458003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215959 0039d316-1c4b-4281-b951-d872f2087c98
-
tyoshino@chromium.org authored
- Don't allocate ContentVector if input_contents_size_ is 0 - Remove unused weak_ptr.h and lock.h - Add comments required by style guide - Move includes not used in .h to .cc BUG= Review URL: https://chromiumcodereview.appspot.com/21839002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215958 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
notry=true Review URL: https://chromiumcodereview.appspot.com/22433003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215957 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
Layout tests are unable to get the browser context when this mode, introduced in r215042, has been enabled, and crash somewhere deep down the stack. BUG=267522 Review URL: https://chromiumcodereview.appspot.com/21878002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215955 0039d316-1c4b-4281-b951-d872f2087c98
-
ibraaaa@chromium.org authored
Use |GetDictinonary| instead of |DictionaryPrefUpdate| in |ManageProfileHandler::RequestExistingManagedUsers| Update |ManageProfileHandler::RequestExistingManagedUsers| to use |GetDictionary()| instead of |DictionaryPrefUpdate| since it only reads the |prefs::kManagedUsers|. BUG=None Review URL: https://chromiumcodereview.appspot.com/22267008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215954 0039d316-1c4b-4281-b951-d872f2087c98
-
dwankri@chromium.org authored
BUG=123266 Review URL: https://chromiumcodereview.appspot.com/21656002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215953 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
Add histogram for tracking which names are being used to create canvas rendering contexts. BUG=112928 Review URL: https://chromiumcodereview.appspot.com/21835003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215952 0039d316-1c4b-4281-b951-d872f2087c98
-
aruslan@chromium.org authored
BUG=259089 Review URL: https://chromiumcodereview.appspot.com/21692002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215951 0039d316-1c4b-4281-b951-d872f2087c98
-
jyasskin@chromium.org authored
BUG=166470,166485 TBR=michaeln@chromium.org,bruening@chromium.org NOTRY=true Review URL: https://codereview.chromium.org/22293004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215950 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Move broker creation out of PepperHelperImpl to PPB_Broker_Impl in the effort to eliminate PepperHelperImpl. This also simplifies things as we can eliminate the bookkeeping and race condition handling. BUG=263054 R=dmichael@chromium.org Review URL: https://codereview.chromium.org/22300003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215949 0039d316-1c4b-4281-b951-d872f2087c98
-
brettw@chromium.org authored
This adds some support for objective C invocation. There are some weird harcoded stuff. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/21983003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215948 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Remove CHECK when setting the plugin window property. There could be a race condition where the window is destroyed as we're setting that property (since the destructino happens in the plugin process). BUG=248383 R=sky@chromium.org Review URL: https://codereview.chromium.org/22448003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215947 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This reverts commit c5a53d83. This is the same as the initial patch, except the bootstrap deps have been updated to fix cros. BUG=264695 TBR=kochi@chromium.org Review URL: https://codereview.chromium.org/22325006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215946 0039d316-1c4b-4281-b951-d872f2087c98
-
gkanwar@chromium.org authored
Also renames several files in pylib/host_driven to match the general file naming scheme. This change will break existing host-driven tests downstream which are run though scripts other than test_runner. NOTRY=True BUG=176323 Review URL: https://chromiumcodereview.appspot.com/19537004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215944 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=267693 R=sky@chromium.org Review URL: https://codereview.chromium.org/22397002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215943 0039d316-1c4b-4281-b951-d872f2087c98
-
scheib@chromium.org authored
notry=true Review URL: https://chromiumcodereview.appspot.com/22432002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215942 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
Code should only return false for ash, which isn't always the case on win-aura. BUG=262001 TEST=see bug R=scottmg@chromium.org Review URL: https://chromiumcodereview.appspot.com/22300006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215941 0039d316-1c4b-4281-b951-d872f2087c98
-
sukolsak@chromium.org authored
Initial commit for the Automated Installer Testing Framework. The design documentation is available at https://docs.google.com/a/google.com/document/d/1iK0INUnaTbeEMXHLWpyRch2eyp-Uxb7ckppO7X-onLY/ NOTRY=True BUG=264859 TEST= 1) Uninstall Chrome. 2) Put mini_installer.exe in the same folder as test_installer.py. 3) Run "python test_installer.py config\config.config". 4) The script will install Chrome and then uninstall Chrome. In other words, it will go from clean -> installed -> clean. At each state, it will check that a registry entry for Chrome exists (or doesn't exist). You should see "Passed" at each state. Review URL: https://chromiumcodereview.appspot.com/20578004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215940 0039d316-1c4b-4281-b951-d872f2087c98
-
tiago.vignatti@intel.com authored
We need to remember that Ozone is playing together nowadays and different window systems in Linux might be used. In particular, this changes fix my downstream Ozone-Wayland implementation. BUG= Review URL: https://chromiumcodereview.appspot.com/21144006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215939 0039d316-1c4b-4281-b951-d872f2087c98
-
torinmr@chromium.org authored
Now that appropriate socket headers have been found for newlib, two things need to be done before socket implementation work can begin. First, wrappers must be added to kernel_wrap_newlib. Second, some helper functions provided by glibc need to be implemented. This CL does both. In particular, inet_ntoa() and inet_ntop() have been implemented, allowing the conversion of IPv4 and IPv6 addresses to strings. NOTRY=true BUG=None TEST=None R=noelallen@chromium.org,bradnelson@google.com Review URL: https://chromiumcodereview.appspot.com/21610003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215937 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@chromium.org authored
Disabling while we figure out how to better support windows for NaCl IO. This is currently holding up socket support. TBR=binji@chromium.org Review URL: https://codereview.chromium.org/22462002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215936 0039d316-1c4b-4281-b951-d872f2087c98
-
rockot@chromium.org authored
This is a rebased version of https://chromiumcodereview.appspot.com/20722007 which was reverted due to a reverted branch dependency. BUG=266902 Review URL: https://chromiumcodereview.appspot.com/21690005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215935 0039d316-1c4b-4281-b951-d872f2087c98
-
fischman@chromium.org authored
OVDA has been dead code in the tree since 3/13 and m27 https://gerrit.chromium.org/gerrit/gitweb?p=chromiumos/platform/login_manager.git;a=commit;h=934e55cd90c2fd7a5b89fe201b251d542e896f46 BUG=223194 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/21584002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215933 0039d316-1c4b-4281-b951-d872f2087c98
-
Hokein.Wu@gmail.com authored
Review URL: https://chromiumcodereview.appspot.com/22295004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215931 0039d316-1c4b-4281-b951-d872f2087c98
-
pochang0403@gmail.com authored
BUG=268089 Review URL: https://chromiumcodereview.appspot.com/22068002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215930 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
This patch adds a telemetry-based WebGL robustness test. It executes an optional test from the WebGL conformance test suite to trigger a GPU context loss and verifies this doesn't crash the browser. To run the test for example on Android, execute: $ content/test/gpu/run_gpu_test --browser=android-chrome webgl_robustness BUG=232449 Review URL: https://chromiumcodereview.appspot.com/21150015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215929 0039d316-1c4b-4281-b951-d872f2087c98
-
erg@chromium.org authored
[Relands r215769, which was reverted in r215780. It passed trybots and was landed by the CQ, and broke some chromeos configuration. This just adds gyp exclude rules for the new files.] BUG=265560 TBR=sky@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/22455002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215928 0039d316-1c4b-4281-b951-d872f2087c98
-
tomhudson@chromium.org authored
By passing references to scoped_refptr objects to BinComparator(), we avoid copying the objects and the consequent reference count churn. Should make sorting 25% faster. BUG=268441 R=vmpstr@chromium.org Review URL: https://chromiumcodereview.appspot.com/22314011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215927 0039d316-1c4b-4281-b951-d872f2087c98
-
lliabraa@chromium.org authored
BUG=None Review URL: https://chromiumcodereview.appspot.com/22384004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215924 0039d316-1c4b-4281-b951-d872f2087c98
-
zhchbin@gmail.com authored
[Apps Developer Tool] Show extension install warnings. Uses the same appearance as the chrome://extensions page. BUG=267187 TEST=1. Load an unpacked app/extension with some installation warnings; 2. Open the Apps Developer Tool; 3. Installation warnings are shown as chrome://extensions. Review URL: https://chromiumcodereview.appspot.com/22191003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@215923 0039d316-1c4b-4281-b951-d872f2087c98
-