Vivien Nicolas
bf1f61d7e7
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
e0d2d4cad2
Bug 742761 - Remove some warnings in b2g/. r=fabrice
2012-04-06 03:12:18 -07:00
Vivien Nicolas
356acb608d
Bug 742765 - this._indexedDB is undefined in SettingsManager.js. r=gwagner
2012-04-06 03:12:18 -07:00
Vivien Nicolas
8b3d6cd7b7
Bug 740974 - toolbar currentSet setter needs to return 'val' when returning early. r=dao
2012-04-06 03:12:18 -07:00
Vivien Nicolas
fa3911fe41
Bug 742775 - Turn off the debug mode by default on SmsDatabaseService.js. r=philikon
2012-04-06 03:12:18 -07:00
Vivien Nicolas
54d8a58fe1
Bug 742778 - Turn off the debug mode by default for dom/wifi. r=mrbkap
2012-04-06 03:12:18 -07:00
Vivien Nicolas
fba91a724d
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
70c6f4ddc0
Bug 741038 - Dumb down mt touchscreen detection, r=cjones
2012-04-06 03:01:07 -07:00
Jacek Caban
1c9b8824e0
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
ee4314411f
Bug 742357 - Use macros to declare nsIMutationObserver functions in nsMutationReceiver r=smaug
2012-04-06 11:12:59 +02:00
Mike Hommey
9fd9d15ea4
Bug 644608 - Implement full dependencies for expandlibs. r=ted
2012-03-31 09:24:39 +02:00
Mike Hommey
7b769aa56d
Bug 741287 part 2 - Fix layout/build/Makefile.in for missing libraries. r=ted
2012-04-06 10:17:47 +02:00
Mike Hommey
24eb677c51
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
ce926d8719
Bug 742261 - Remove useless queryCommandText/execCommandShowHelp methods; r=ehsan
2012-04-04 15:30:33 +03:00
Aryeh Gregor
08528d82ca
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
cc283bd684
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
e5df18eba7
Bug 316447 - execCommand("insertHorizontalRule") should not set height/width; r=ehsan
2012-04-04 13:47:36 +03:00
Richard Newman
ac3180fbf9
Merge m-c to m-i.
2012-04-05 22:06:41 -07:00
Makoto Kato
6b21bcc4e1
Bug 716354 - freetype2 detection doesn't consider cross-compiling. r=glandium
2012-04-06 11:36:24 +09:00
Chenxia Liu
37113b2704
Bug 742700 - Null URI crash in canceling J-PAKE. r=rnewman
2012-04-05 19:25:34 -07:00
Richard Newman
d928916563
Bug 736348 - Child positioning hits sqlite limits. r=lucasr
2012-04-05 19:25:34 -07:00
Nick Alexander
221ca94c46
Bug 735083 - batch inserts into Fennec history provider. r=rnewman
2012-04-05 19:25:34 -07:00
Boris Zbarsky
a25922d009
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
0540b0ec94
Bug 743114 - Regression: Autocomplete role should be ignored on Mac. r=tbsaunde
2012-04-05 18:49:43 -07:00
Terrence Cole
fb3b904143
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
b2ae182f53
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
c61eb2aa08
Bug 733461: Implement the 'query' parameter of Debugger.prototype.findScripts. r=jorendorff
2012-04-05 17:10:44 -07:00
Bill McCloskey
54a6aeb374
Bug 739899 - Fix clang warning (rs=terrence)
2012-04-05 17:05:34 -07:00
Bill McCloskey
a9a7de26a1
Bug 739899 - Fix orange
2012-04-05 16:50:40 -07:00
Terrence Cole
08a207686f
no bug: Warning fix at predeclaration of AutoCompartment; r=jorendorff
2012-04-05 16:31:26 -07:00
Serge Gautherie
5bdb543413
Bug 740769. (Av1) Fix multiple issues in test_bug325418.js. r=bzbarsky.
2012-04-05 22:59:38 +02:00
Serge Gautherie
38c4d95ed1
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
0d563b3d0f
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
47a6da0be5
Merge the last green PGO changeset from mozilla-inbound to mozilla-central
2012-04-05 13:40:53 -04:00
Jonathan Kew
03fd2cd489
bug 736227 - fix surrogate handling in case-insensitive string compare. r=smontagu
2012-04-05 13:39:13 +01:00
Tim Taubert
34c5988f0b
merge m-c to fx-team
2012-04-05 11:44:09 +02:00
Brian Smith
f42d995a14
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
16108f1994
Merge mozilla-inbound and my changes
2012-04-05 15:49:52 -07:00
Wan-Teh Chang
e00049e83f
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
541629f9a6
bug 742827 - fix problem with landing of bug 671591 r=honzab
2012-04-05 18:37:57 -04:00
Steven Michaud
4ce9283927
Bug 738076 - Missing "return NS_ERROR_FAILURE" after malloc failure. r=bgigard
2012-04-05 17:36:40 -05:00
Joey Armstrong
d18565c954
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
Gabor Krizsanits
74922f0040
Bug 733035 - postMessage support for sandboxes. r=khuey
2012-04-05 18:33:20 -04:00
Philipp von Weitershausen
228cfba9b6
Back out changeset 3780b09790a0 (bug 733265) due to build bustage.
2012-04-05 15:00:22 -07:00
Veeraya Pupatwibul
9fda58c69b
Bug 742396 - Change stored password notification should truncate long usernames [r=zpao]
2012-04-05 14:42:58 -07:00
Kartikaya Gupta
915649b94e
Bug 741988 - Avoid potentially triggering an extra draw. r=Cwiiis
2012-04-05 17:41:11 -04:00
Hub Figuière
cd07cb170a
Bug 740696 - Don't cache AXParent value. This basically revert bug 455443. r=tbsaunde
2012-04-05 14:36:27 -07:00
Vicamo Yang
69d70f4e9e
Bug 727319 - Part 2: notify SMS send failed. r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
6d6a03bdce
Bug 727319 - Part 1: remove handleRequestError(). r=philikon
2012-04-05 14:16:56 -07:00
Vicamo Yang
4a05cecf8c
Bug 736697 - Part 5: add error handling. r=philikon
2012-04-05 14:16:56 -07:00