Commit Graph

127929 Commits

Author SHA1 Message Date
Shane Caraveo
1301f500a3 bug 857923 fix some l10n issues, r=gavin 2013-04-07 20:58:37 -07:00
Ryan VanderMeulen
f795d6b4ae Merge m-c to inbound. 2013-04-09 15:29:13 -04:00
Ryan VanderMeulen
dcda86fbdf Backed out changeset 9983874bfa63 (bug 854467) for bustage on a CLOSED TREE. 2013-04-09 13:45:39 -04:00
Matt Brubeck
6b74493f4b Bug 859397 - Use "new Set()" instead of custom cloneSet function [r=sfoster] 2013-04-09 10:24:41 -07:00
Fabrice Desré
0ae17df468 Bug 859307 - [updates] wrong behavior when the manifest changes but not the packaged zip r=ferjm 2013-04-09 10:18:49 -07:00
Kyle Huey
c06c6f0c3b Update pymake. No bug. 2013-04-09 10:17:33 -07:00
Ethan Hugg
e3d1d75b2b Bug 859303 - Signaling allow 63bit session ids r=jesup 2013-04-09 08:21:01 -07:00
Justin Lebar
c49be9a5e1 No bug: Fix typo in comment in TabContext.h. r=me DONTBUILD 2013-04-09 13:12:15 -04:00
Malini Das
c29c2c01ae Bug 736592 - Use getWeakReference instead of actual references to elements, r=jgriffin 2013-04-09 13:05:43 -04:00
Mike Shal
504b25c49d Bug 846634 - Part 1: Support EXPORTS[_NAMESPACES] in moz.build; r=gps
---
 python/mozbuild/mozbuild/backend/recursivemake.py  |   22 ++++++
 python/mozbuild/mozbuild/frontend/data.py          |   12 +++
 python/mozbuild/mozbuild/frontend/emitter.py       |    5 ++
 .../mozbuild/mozbuild/frontend/sandbox_symbols.py  |   16 ++++
 python/mozbuild/mozbuild/test/backend/common.py    |    5 ++
 .../mozbuild/test/backend/data/exports/moz.build   |    8 ++
 .../mozbuild/test/backend/test_recursivemake.py    |   22 ++++++
 .../mozbuild/test/frontend/data/exports/moz.build  |   15 ++++
 .../mozbuild/test/frontend/test_emitter.py         |   37 +++++++++
 .../mozbuild/test/frontend/test_sandbox.py         |    8 ++
 python/mozbuild/mozbuild/test/test_util.py         |   71 +++++++++++++++++
 python/mozbuild/mozbuild/util.py                   |   81 ++++++++++++++++++++
 12 files changed, 302 insertions(+)
 create mode 100644 python/mozbuild/mozbuild/test/backend/data/exports/moz.build
 create mode 100644 python/mozbuild/mozbuild/test/frontend/data/exports/moz.build
2013-04-09 13:00:06 -04:00
Ryan VanderMeulen
357af607b6 Merge m-c to fx-team. 2013-04-09 08:17:45 -04:00
Panos Astithas
2c66f95ee1 Bug 818134 - Allow multiple debuggers in toolboxes to debug separate tabs; r=rcampbell,dcamp 2013-04-09 14:17:03 +03:00
Mihai Sucan
32615c5493 Bug 587757 - (global-console) Implement Browser Console; r=past,jwalker,Mossop 2013-04-09 12:47:23 +03:00
Mihai Sucan
7325189239 Bug 808370 - Use the VariablesView in webconsole; r=past,vporof,paul 2013-04-09 12:46:30 +03:00
Ed Morley
131c923d18 Merge latest green inbound changeset to mozilla-central 2013-04-09 10:04:48 +01:00
Phil Ringnalda
eb553aeec3 Back out f55d9235d5a0 (bug 859200) for test_ril_worker_icc.js failure 2013-04-08 22:49:54 -07:00
Michael TĂĽxen
2c0e4b3e3d Bug 858691: Cleanup of DataChannel OpenRequest Message r=jesup 2013-04-09 00:55:16 -04:00
Michael TĂĽxen
3f747b8308 Bug 858685: Fix byte order issue in DataChannel open message r=jesup 2013-04-09 00:51:04 -04:00
Trevor Saunders
0db9349255 bug 859646 - fix b2g code that checks what infallible TArray::EnsureLengthAtleast() returns r=jlebar 2013-04-08 23:35:56 -04:00
Trevor Saunders
6d1964288e bug 856349 - follow up to fix c-c by removing SHORT_LIBNAME from xpfe/components/autocomplete/src/Makefile.in r=me 2013-04-08 23:21:52 -04:00
Matt Brubeck
5252041839 Bug 854868 - Make srcdir and objdir paths match for in accessible/tests [r=tbsaunde]
--HG--
extra : rebase_source : 48ed2b3f811f4225c07276c931d26c00ccd25e6a
2013-04-08 12:44:47 -07:00
Mark Finkle
80708239af Bug 859434 - Close thumbnail cursor in TopSitesView r=lucasr 2013-04-08 15:43:19 -04:00
Mark Finkle
d0ff4ad292 Bug 859425 - Move decoding/storing favicons to background thread r=kats 2013-04-08 15:43:16 -04:00
Mark Finkle
4c172a3960 Bug 856739 - AwesomeBar.onDestroy does DB access on the main thread r=lucasr 2013-04-08 15:41:50 -04:00
Ehsan Akhgari
1dbf61e5cb Bug 859326 - Hide the New Window Mac OS X dock menu item in permanent Private Browsing mode; r=jdm 2013-04-08 11:30:50 -04:00
Kyle Huey
f0b8eea05a Bug 854799: Make image.src='' discard the image immediately even if the image is not in the document. r=jlebar 2013-04-09 09:50:35 -07:00
Vicamo Yang
bd0f911ce8 Bug 749086 - 3/3: fix test cases. r=gwagner 2013-04-10 00:41:31 +08:00
Vicamo Yang
55f1595738 Bug 749086 - 2/3: DOM & IPC changes. r=bent 2013-04-10 00:41:27 +08:00
Vicamo Yang
b8d7ccd8f9 Bug 749086 - 1/3: Use DOMRequest instead of SmsRequest. Interface changes. sr=sicking, r=bent 2013-04-10 00:41:23 +08:00
Mark Finkle
54614148b4 Bug 858872 - Make Favicon service a little smarter about failed favicons r=bichnolson 2013-04-08 09:39:49 -04:00
Trevor Saunders
dd542bd092 bug 856349 - bustage fix because check-sync-dirs.py sucks landed on a CLOSED TREE 2013-04-08 15:00:45 -04:00
Trevor Saunders
93d8425788 bug 856349 - fix review comment r=me 2013-04-08 14:43:43 -04:00
Trevor Saunders
8cac19a60b bug 858896 - crash if sdnAccessible is constructed with a null node r=davidb 2013-04-08 12:06:57 -04:00
Brian R. Bondy
265bf3729f Bug 858359 - Select and Select All context menu test adjustments. r=jimm 2013-04-08 14:42:57 -04:00
Brian R. Bondy
b1b49477f7 Bug 858359 - Remove Selectable context menu options on input and textareas when there is text and no selection. r=jimm 2013-04-08 14:42:54 -04:00
Brian R. Bondy
aec9e59367 Bug 846275 - Intermittent problem on first install w/ win8 prompt not having firefox listed. r=jimm 2013-04-08 14:39:49 -04:00
Tetsuharu OHZEKI
cdbefe6e6b Bug 840722 - Add an object which represents the viewport metadata in browser.js.r=kats 2013-04-08 14:38:52 -04:00
Scott Johnson
800a1db98f Bug 600100, Part 2: Force a vertical resize even if our available height hasn't changed in anonymous blocks of a column set so we don't crash. [r=mats] 2013-04-08 13:38:33 -05:00
ISHIKAWA, Chiaki
d9aad7dce1 Bug 857640 - Fix to IntentionalCrash.h when getenv(XPCOM_MEM_BLOAT_LOG) returns NULL. r=bsmedberg 2013-04-08 14:35:31 -04:00
aceman
2d19ac6495 Bug 856238 - Remove unused includes of the obsolete nsISupportsArray and nsIEnumerator. r=Neil, r=bsmedberg 2013-04-08 14:35:31 -04:00
Hiroyuki Ikezoe
aed503364a Bug 859200 - Get properties for RIL as boolean. r=allstars.chh 2013-04-08 19:20:48 +08:00
Ehsan Akhgari
7304bd7736 Bug 859602 - Remove AudioParam.minValue/maxValue; r=bzbarsky 2013-04-08 21:57:54 -04:00
Ehsan Akhgari
a003638449 Bug 859594 - Remove AudioSourceNode; r=bzbarsky 2013-04-08 22:45:02 -04:00
Boris Zbarsky
a7b1e6871e Back out Bug 810644 part 1 to fix b2g test_closeOnGC.html orange on CLOSED TREE 2013-04-08 22:56:06 -04:00
Boris Zbarsky
0825a21b96 Back out Bug 810644 part 2 to fix b2g test_closeOnGC.html orange. 2013-04-08 22:55:15 -04:00
Ryan VanderMeulen
fd9cc2e121 Backed out changesets d901d33dd142 and 48da1752622f (bug 729463) for robocop failures. 2013-04-08 22:32:15 -04:00
Gavin Sharp
a9d62819ea Bug 691647 Part 2: remove Firefox Desktop implementation of removed nsISidebar methods. r=dolske
--HG--
extra : rebase_source : 7981dd516a4098d7ebc85b9c406163d30d4ebac3
2013-04-08 19:23:56 -07:00
Gavin Sharp
65f0916abe Bug 691647 Part 1: clean up nsISidebar interface by removing the non-standard addPersistentPanel/addPanel methods, and adjusting method arguments to avoid the use of string/wstring. r=jst, sr=sicking
--HG--
extra : rebase_source : f8214c757d49f433c37563e9ceed86e81f25eb1e
2013-04-08 19:22:48 -07:00
Vicamo Yang
abf62d7b7d Bug 749086 - 3/3: fix test cases. r=gwagner 2013-04-09 10:22:23 +08:00
Vicamo Yang
38021b9571 Bug 749086 - 2/3: DOM & IPC changes. r=bent 2013-04-09 10:22:19 +08:00