Dave Townsend
5510693793
Bug 738790: Add mozglue to dependentlibs.list to fix xulrunner stub loading. r=glandium
2012-04-06 08:26:38 -07:00
Margaret Leibovic
e0639aa0ca
Remove debugging line accidentally added in 67b54e87e03e (no bug)
2012-04-06 08:08:24 -07:00
Brian Smith
b8dc15920a
Bug 743076 - Suppress warning warning C4355: 'this' : used in base member initializer list in HttpChannelChild and FTPChannelChild, r=cbiesinger
2012-04-05 00:03:14 -07:00
Asaf Romano
47857df1e6
Bug 739451 - Don't rely on XPConnect-magic for getting the owner window of a places view (Required for compartment-per-global work). r=mak
2012-04-06 16:43:54 +03:00
Mike Hommey
daaf05e1f0
Backout bug 644608 for subtly breaking layout/media build
2012-04-06 13:57:24 +02:00
Mike Hommey
992829aa6e
Fixup for windows builds after bug 644608. rs=Ms2ger
2012-04-06 13:36:37 +02:00
Ms2ger
67cc85db28
Backout bug 742805, 742778, 742775, 740974, 742765, 742761, 742092, 722197 for leaks.
2012-04-06 13:10:30 +02:00
Vivien Nicolas
452d6c8f14
Bug 722197 - Add a preference to map some domain names to localhost. r=mcmanus
2012-04-06 03:12:18 -07:00
Vivien Nicolas
30dbe64f2e
Bug 742092 - Bridge the permission prompt to the content using the homescreen messaging API. r=fabrice
2012-04-06 03:12:18 -07:00
Vivien Nicolas
88ce490e48
Bug 742761 - Remove some warnings in b2g/. r=fabrice
2012-04-06 03:12:18 -07:00
Vivien Nicolas
8568ac0e30
Bug 742765 - this._indexedDB is undefined in SettingsManager.js. r=gwagner
2012-04-06 03:12:18 -07:00
Vivien Nicolas
6f5f3f6e70
Bug 740974 - toolbar currentSet setter needs to return 'val' when returning early. r=dao
2012-04-06 03:12:18 -07:00
Vivien Nicolas
5bc7aae6bc
Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon
2012-04-06 03:12:18 -07:00
Vivien Nicolas
f3b5badf83
Bug 742778 - Turn off the debug mode by default for dom/wifi. r=mrbkap
2012-04-06 03:12:18 -07:00
Vivien Nicolas
d435106df9
Bug 742805 - Do not dump ril socket failures on a desktop build with --enable-b2g-ril. r=philikon
2012-04-06 03:12:18 -07:00
Michael Wu
9ee4c98335
Bug 741038 - Dumb down mt touchscreen detection, r=cjones
2012-04-06 03:01:07 -07:00
Jacek Caban
c7a0b43a81
Bug 742281 - Append instead of assigning OS_LIBS in xpcom/tests/windows/Makefile.in r=glandium
2012-04-06 11:13:28 +02:00
Jacek Caban
bcc36a72c4
Bug 742357 - Use macros to declare nsIMutationObserver functions in nsMutationReceiver r=smaug
2012-04-06 11:12:59 +02:00
Mike Hommey
6c18cf3860
Bug 644608 - Implement full dependencies for expandlibs. r=ted
2012-03-31 09:24:39 +02:00
Mike Hommey
ca56e22619
Bug 741287 part 2 - Fix layout/build/Makefile.in for missing libraries. r=ted
2012-04-06 10:17:47 +02:00
Mike Hommey
f72bc25505
Bug 741287 - Make expandlibs_gen.py error out when given a missing file. r=ted
2012-04-06 10:16:25 +02:00
Aryeh Gregor
58500691c7
Bug 742261 - Remove useless queryCommandText/execCommandShowHelp methods; r=ehsan
2012-04-04 15:30:33 +03:00
Aryeh Gregor
342965bb6e
Bug 317093 part 2 - execCommand() should remove <strong>, <em>, and <s> as well as <b>, <i>, <strike>; r=ehsan
2012-04-04 14:47:13 +03:00
Aryeh Gregor
ef2365e614
Bug 317093 part 1 - Avoid spurious UNEXPECTED-FAILs in test_richtext2 when fixing expected fails; r=ehsan
2012-04-04 14:46:04 +03:00
Aryeh Gregor
f947c86002
Bug 316447 - execCommand("insertHorizontalRule") should not set height/width; r=ehsan
2012-04-04 13:47:36 +03:00
Richard Newman
4cf57b304c
Merge m-c to m-i.
2012-04-05 22:06:41 -07:00
Makoto Kato
48061f5c96
Bug 716354 - freetype2 detection doesn't consider cross-compiling. r=glandium
2012-04-06 11:36:24 +09:00
Chenxia Liu
f6f94ebc79
Bug 742700 - Null URI crash in canceling J-PAKE. r=rnewman
2012-04-05 19:25:34 -07:00
Richard Newman
8ca6e187d8
Bug 736348 - Child positioning hits sqlite limits. r=lucasr
2012-04-05 19:25:34 -07:00
Nick Alexander
90145577f2
Bug 735083 - batch inserts into Fennec history provider. r=rnewman
2012-04-05 19:25:34 -07:00
Boris Zbarsky
ee79d7d84b
Bug 742549. Add a .crossOrigin IDL property. r=sicking
...
Note that the content attribute is crossorigin (lowercase) in SVG, hence the need to have different
content and IDL property names in the test.
2012-04-05 22:24:42 -04:00
Hub Figuière
61a15be5de
Bug 743114 - Regression: Autocomplete role should be ignored on Mac. r=tbsaunde
2012-04-05 18:49:43 -07:00
Terrence Cole
6cbec49cd2
Bug 730452 - Trigger post barriers on moveDenseArrayElements; r=billm
...
We cannot do this per-element because it is too slow. Instead we have a special
storebuffer entry for this case so we can do all work at gc time.
--HG--
extra : rebase_source : 7e48184d38b442b2bdba38553cf93f9d629debf1
2012-04-05 17:56:53 -07:00
Mark Hammond
00830bb88b
Bug 737245 followup: backout chunk of pymake that slipped in with this bug's patch. DONTBUILD
2012-04-06 10:31:47 +10:00
Jim Blandy
ef32c48bf1
Bug 733461: Implement the 'query' parameter of Debugger.prototype.findScripts. r=jorendorff
2012-04-05 17:10:44 -07:00
Bill McCloskey
7ac37189bb
Bug 739899 - Fix clang warning (rs=terrence)
2012-04-05 17:05:34 -07:00
Bill McCloskey
47a4fb0311
Bug 739899 - Fix orange
2012-04-05 16:50:40 -07:00
Terrence Cole
944d8aa687
no bug: Warning fix at predeclaration of AutoCompartment; r=jorendorff
2012-04-05 16:31:26 -07:00
Serge Gautherie
0556412b21
Bug 740769. (Av1) Fix multiple issues in test_bug325418.js. r=bzbarsky.
2012-04-05 22:59:38 +02:00
Serge Gautherie
184c3bd70a
Bug 637101. (Bv1) Add a 1 second delay before calling killTest(), Fix bug 647323 regression, Remove extra ';' and spaces. r=ted.mielczarek.
2012-04-05 21:00:02 +02:00
Rail Aliiev
45277ed18c
Bug 738349 - PGP signature file missing http://releases.mozilla.org/pub/mozilla.org/firefox/releases/11.0/mac/en-US/ . r=ted
2012-04-05 14:18:45 -04:00
Ehsan Akhgari
7430c20bc8
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
2012-04-05 13:40:53 -04:00
Jonathan Kew
b16d28f2aa
bug 736227 - fix surrogate handling in case-insensitive string compare. r=smontagu
2012-04-05 13:39:13 +01:00
Tim Taubert
9e6e319f9c
merge m-c to fx-team
2012-04-05 11:44:09 +02:00
Brian Smith
a3d5f1de54
Bug 742610 - Remove opportunistic caching support from nsHttpChannel, r=honzab
...
--HG--
extra : source : 8b98023b89ddef6e7b0bbed25463c68142877d8e
2012-04-05 00:14:35 -07:00
Wan-Teh Chang
46beb69160
Merge mozilla-inbound and my changes
2012-04-05 15:49:52 -07:00
Wan-Teh Chang
5865ef3df3
Bug 741135: Update NSS to NSS_3_13_4_BETA2. Includes fixes for bug
...
741481 and bug 715073.
2012-04-05 15:45:31 -07:00
Patrick McManus
8c7a832ca8
bug 742827 - fix problem with landing of bug 671591 r=honzab
2012-04-05 18:37:57 -04:00
Steven Michaud
c23bdb7e3d
Bug 738076 - Missing "return NS_ERROR_FAILURE" after malloc failure. r=bgigard
2012-04-05 17:36:40 -05:00
Joey Armstrong
6984e9f693
Bug 740452 - Move check-sync-dirs test to a named target so it can be run independent of configure. r=ted
2012-04-05 18:33:21 -04:00