Commit Graph

75455 Commits

Author SHA1 Message Date
Wes Johnston
d722ab01fe Bug 624570 - Check for master password in BadgeHandler. r=mfinkle 2011-08-22 15:26:09 -07:00
Bill McCloskey
ca3db625cd Bug 679593 - Null out JSScript (r=dmandelin) 2011-08-22 14:33:32 -07:00
Ed Morley
6d02b96c78 Backout e10579e136f1 (bug 680636) for breaking pymake builds 2011-08-22 22:26:00 +01:00
Taras Glek
a38f1bf761 Bug 680508: disable telemetry for content-processes r=glandium 2011-08-22 11:38:08 -07:00
Taras Glek
d6d29866cb Bug 680197 - Link from telemetryhistograms.h + telemetryping.js to the list of probes wiki r=glandium 2011-08-22 11:38:06 -07:00
Han Chang
a5a3907048 Bug 673260. HttpChannelChild::RecvAssociateApplicationCache needs to be buffered. r=jduell 2011-08-22 14:17:14 -07:00
Ehsan Akhgari
0adbbfa520 Bug 629719 - Turn off the maximum word length check for spell checking; r=smaug 2011-08-22 16:49:24 -04:00
Kyle Huey
fb484b4a1f Bug 681024: Don't do third party checks on indexedDB for chrome windows. r=bent 2011-08-22 16:35:01 -04:00
Matt Brubeck
37adce527f Merge mozilla-central to mozilla-inbound to fix oranges 2011-08-22 13:28:03 -07:00
Rafael Ávila de Espíndola
5a5c98bf91 Bug 678209 - Fix c++0x initializer list error found by clang. r=jonas
The aLength argument is used in

CharacterDataChangeInfo info = {
  PR_TRUE,
  oldLength,
  oldLength,
  aLength
};

and the last field of CharacterDataChangeInfo is a PRUint32, so
aLength should be one to for this to be valid c++0x.

--HG--
extra : rebase_source : 267982352c7075a1189555cb6e0b8f025c57b036
2011-08-22 15:35:19 -04:00
Bobby Holley
80af2b391f Bug 679494 - UUID rev followup. r=khuey 2011-08-22 12:22:49 -07:00
Dão Gottwald
a7a902d787 Bug 677027 - Implement conditional forward button for gnomestripe. r=shorlander 2011-08-22 20:52:43 +02:00
Mounir Lamouri
f97003b297 Backed out bug 680747 due to missing files. 2011-08-22 20:42:27 +02:00
Mounir Lamouri
e8d8c59108 Bug 680747 - Set a min and pref width to nsProgressFrame. r=dbaron 2011-08-22 20:38:06 +02:00
Gregory Szorc
f50e80f32d Bug 680636 - Execute nsinstall.py as Python module under PyMake; r=khuey 2011-08-22 19:32:51 +01:00
arno renevier
78a5c2d061 Bug 680883 - unneeded nsIPluginHost QueryInterface in sanitize.js and nsPrivateBrowsingService.js; r=ehsan 2011-08-22 14:29:20 -04:00
Trevor Saunders
caf94ad9ca bug 680929 - don't return empty relations to atk r=davidb 2011-08-22 11:15:50 -07:00
Mounir Lamouri
19c9fefc9c Merging mozilla-central into mozilla-inbound. 2011-08-22 19:47:54 +02:00
Matt Brubeck
6191ec2197 Bug 680779 - Fall back to single file chooser on Android for input[type=file multiple]. r=blassey 2011-08-22 10:37:18 -07:00
Gregory Szorc
617912109c Bug 680534 - Clean up $(IDL_DIR) rule definition; r=khuey 2011-08-22 18:34:01 +01:00
Rafael Ávila de Espíndola
09c724072a Bug 680711 - Remove the BUILD_MODULES variable. r=khuey 2011-08-22 13:10:15 -04:00
Matt Brubeck
80006a6161 Bug 599936 - Silence warning about sort operations in moz_historyvisits query [r=mak] 2011-08-22 08:33:30 -07:00
Julian Reschke
5165a2154a Bug 665706 - Remove historic special handling for semicolons in URIs. r=rjesup 2011-08-22 16:51:52 +02:00
Kyle Huey
78de1cd29f Bug 678867: Commit the half of the patch that mysteriously vanished. r=ted 2011-08-17 17:39:11 -04:00
Tim Taubert
baacb01b2f Bug 678816 - web console re-attaches console to non-tab-browser contentWindows; r=msucan 2011-08-17 23:03:41 +02:00
Tim Taubert
abbdad7a3e merge the last green changeset on m-c to fx-team 2011-08-17 23:05:56 +02:00
Kyle Huey
80800be4e5 Bug 678867: Eradicate VPATH abuse from js/src. r=ted 2011-08-17 14:15:06 -04:00
Mihai Sucan
233e44e6e3 Bug 679475 - Turn on Orion by default in Scratchpad post-merge in fx9; r=rcampbell; DONTBUILD 2011-08-17 19:41:41 +03:00
Makoto Kato
172563125b Bug 679473 - TestNativeXMLHttpRequest.exe : fatal error LNK1120: 6 unresolved externals. r=khuey 2011-08-18 09:33:58 +09:00
Ian Neal
737dd5fe5e Bug 679320 - Add currentURI as a property to the xul:editor element r=ehsan 2011-08-18 00:15:29 +01:00
Ian Neal
1ed6b99fc5 Bug 679320 - Add currentURI as a property to the xul:editor element (test) r=ehsan 2011-08-18 00:15:24 +01:00
Mihai Sucan
41aa60e132 Bug 679475 - Turn on Orion by default in Scratchpad post-merge in fx9; r=rcampbell 2011-08-17 19:41:41 +03:00
Mihai Sucan
bf082773c4 Bug 678763 - Intermittent browser_sourceeditor_initialization.js | application timed out after 330 seconds with no output; r=rcampbell 2011-08-17 15:35:35 +03:00
Kyle Simpson
d8a34e9c6a Bug 575234 - Create attribute-value editor for HTML inspector; f=pwalton r=rcampbell,gavin.sharp 2011-08-17 09:16:15 -03:00
Rob Campbell
67cf632a98 merge m-c to fx-team 2011-08-17 09:13:49 -03:00
Ehsan Akhgari
496fe6ab17 Merge mozilla-inbound and mozilla-central 2011-08-17 07:33:32 -04:00
Kyle Huey
de6e8acfb3 Merge m-c to b-s. 2011-08-17 07:32:25 -04:00
Mike Hommey
889bc1e410 Backout changesets 66b336cc59b1 and dfe63797f67a (bug 676252) beause of Linux opt perma-red 2011-08-17 07:45:20 +02:00
Phil Ringnalda
28f44ccdc4 Back out 84ac0004679c (bug 673112) for browser-chrome failures on a CLOSED TREE 2011-08-16 21:09:37 -07:00
Benjamin Stover
dfc92b4e0a Bug 673122 Rotating Fennec to landscape causes checkerboard to appear indefinitely r=mbrubeck 2011-08-16 17:12:22 -07:00
Jared Wein
c44c700af7 Bug 676713 - Removed duplicate implementations of waitForClearHistory. r=mak77 2011-08-16 17:56:33 -04:00
Brian R. Bondy
a07824a481 Bug 660369 - Consolidate widget debug output, use nspr logging instead of printing to stdout. r=jmathies, sr=roc 2011-08-16 15:30:44 -04:00
Ehsan Akhgari
5e0fa834b9 Landing version bumps on a CLOSED TREE as DONTBUILD 2011-08-16 14:26:16 -04:00
Ehsan Akhgari
62a7debec3 Bump the XPCOM version from 8 to 9
--HG--
extra : transplant_source : %DB%9E%D5%03%8D%D2%11%DDu%15%CF%A3%8A%BC%FFZ%D5%E6%26p
2011-08-16 14:18:30 -04:00
Ehsan Akhgari
6ebbd9cd9e Bump the Firefox versions from 8 to 9 on mozilla-central 2011-08-16 14:24:21 -04:00
Ehsan Akhgari
92239fe455 Added tag AURORA_BASE_20110816 for changeset 41b84b87c816 on a CLOSED TREE DONTBUILD 2011-08-16 14:13:48 -04:00
Jonathan Griffin
304e6e695b Bug 678420 - Target key events at div to prevent unintentional back nav during test, r=ehsan, a=testonly
--HG--
extra : rebase_source : b8296305b9279ac6be9192602c5b4c219cc8fad6
2011-08-16 10:37:48 -07:00
Mike Hommey
2ae7331364 Fix-up for bug 676252 2011-08-16 19:28:03 +02:00
Wes Johnston
f7f6594036 Bug 596370 - Don't delete files opened with helper apps on Fennec exit [r=mbrubeck] 2011-08-16 10:12:03 -07:00
Matt Brubeck
5b957cea92 Bug 679120 - Allow negative numbers for integer prefs in mobile about:config [r=lucasr] 2011-08-16 10:10:10 -07:00