Joe Walker
30c98c8f0a
Bug 818432 - this.tracked browser windows.delete is undefined; r=paul
2013-01-11 12:16:24 +00:00
Paul Rouget
e31eea6029
Bug 827990 - inspector tests use DOM MutationObserver API incorrectly; r=jwalker f=nfroyd
2013-01-09 02:04:00 +02:00
Nick Fitzgerald
970b580bdf
Bug 783420 - Stop using devtools' Promise.jsm, and start using toolkit/addon-sdk/promise/core.js; r=past,jwalker
2013-01-08 14:42:00 +02:00
Girish Sharma
8776b9208e
Bug 826695 - Fix developer toolbar button alignment, r=dao
2013-01-09 10:24:56 +05:30
Paul Rouget
9a0ecdb350
Bug 819181 - Inspector sidebar items show undefined during load. r=jwalker
2013-01-09 02:15:00 +02:00
Panos Astithas
12ee7b8bff
Merge m-c to fx-team
2013-01-10 08:48:55 +02:00
Panos Astithas
a98b157cc4
Bug 797336 - Intermittent failure in browser_dbg_globalactor-01.js; r=vporof
2013-01-09 23:27:59 +02:00
Panos Astithas
e1aecc824d
Merge m-c to fx-team
2013-01-09 21:42:41 +02:00
Jim Mathies
43dde5d33a
Bug 774910 - Switch mozilla-central to the Windows 8.0 sdk. r=armenz
2013-01-09 13:04:39 -06:00
Marco Bonardo
e6b624f4a8
Bug 828488 - Properly set the "active" attribute for session downloads.
...
r=Mano
2013-01-09 20:00:38 +01:00
Asaf Romano
c4c651accb
Bug 828111 - Workaround multiple reflows issue and slow xbl attachment in the downloads view. r=mak
2013-01-10 01:01:15 +01:00
Ed Morley
3bdff5772e
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2013-01-09 22:50:45 +00:00
Jonathan Griffin
04c4eaff55
Bug 828633 - Disable perma-orange test, a=test-only
2013-01-09 13:50:26 -08:00
Kartikaya Gupta
e55f4da38e
Bug 827836 - Back out some of cset 8bac87268303 because of an explosion in bug 823022 oranges. r=backout
2013-01-09 12:56:09 -05:00
Bas Schouten
379b08d291
Bug 827825: Make mOtherProcess the current process for single-process IPDL protocols. r=cjones
2013-01-09 18:42:58 +01:00
Diego Wilson
ac06b64689
Bug 808339: HWC fallback on multirect layer. r=cjones a=blocking-basecamp
2013-01-09 18:18:13 +01:00
Chia-hung Tai
3e5e87a76d
Bug 801632 - Save MM attachment as Blob. r=vyang
2013-01-09 23:01:48 +08:00
Ed Morley
78621f4eef
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2013-01-09 13:33:43 +00:00
Makoto Kato
6c17f475d1
Bug 827643 - Turn off FAIL_ON_WARNINGS on our automation on Win64; r=ted
2013-01-09 13:31:20 +00:00
Ed Morley
6c3ceabdc2
Backout da88cd4bc6db & 696264e2414c (bug 569356) for intermittent, but frequent test_doc_busy.html timeouts
2013-01-09 11:48:23 +00:00
Ed Morley
6f8917f87b
Merge mozilla-central to mozilla-inbound
2013-01-09 11:44:50 +00:00
Etienne Segonzac
b02959b0d1
Bug 827750 - Inhibiting HTTP cache for app updates. r=fabrice
2013-01-09 02:02:08 -08:00
Gene Lian
15cd333a99
Bug 828161 - Firefox OS cannot start up due to an exception: "Webapps.jsm: non-relative URI passed to resolveFromOrigin". r=mounir
2013-01-09 15:35:52 +08:00
L. David Baron
fef0a331fb
Fix bustage from bug 822721.
2013-01-08 20:53:16 -08:00
L. David Baron
852829560b
Bug 822721: Call CalcStyleDifference and process the style change list resulting from the miniflush we do to update throttled animations prior to seeing if we need to start transitions. r=bzbarsky a=blocking-basecamp
...
The CalcStyleDifference call is absolutely necessary even if we didn't
need to process the change list, because it causes the new style
context to have cached structs that we might need for a later
comparison. This is important because, as an optimization, we only
compare structs that have been retrieved. This optimization requires
that when we replace a style context, we fetch all the structs on the
new style context that had been fetched on the old style context (which
is normally necessary anyway in order to do comparison so we can process
the changes appropriately).
However, actually processing the change list is also necessary to fix
the bug; it's the actual change from the miniflush that matters here.
Based on dholbert's debugging information, I think it's mostly likely
because we were failing to process the UpdateOverflow hint.
2013-01-08 20:37:29 -08:00
Raymond Lee
8a98581fb1
Bug 806736 - Port test_privbrowsing.html to the new per-tab PB APIs. r=ehsan
...
--HG--
rename : toolkit/components/passwordmgr/test/test_privbrowsing.html => toolkit/components/passwordmgr/test/test_privbrowsing_perwindowpb.html
2013-01-09 12:21:29 +08:00
Jim Chen
d948f7e9cd
Bug 827065 - Simplify selection update code and use new focus text update offsets; r=cpeterson
2013-01-09 11:57:48 -05:00
Jim Chen
6abc54fbcb
Bug 817386 - Log and ignore IndexOutOfBoundsException in Editable; r=cpeterson
2013-01-09 11:57:31 -05:00
L. David Baron
f6c701d8f7
Bug 822721 followup: remove bogus assertion to fix orange.
2013-01-09 08:51:14 -08:00
Fabrice Desré
88feeaf040
Bug 819061 - [Apps] Remove workaround from Bug 813468 once Bug 815523 is done r=ferjm
2013-01-08 14:22:13 -08:00
Andrew Halberstadt
92c5a1cca1
Bug 821012 - (Part 3) marionette install_busybox step should happen before install_gecko step, r=jgriffin
2013-01-08 14:59:55 -05:00
Ehsan Akhgari
1ced5105eb
Merge mozilla-central into mozilla-inbound
2013-01-08 14:59:20 -05:00
Terrence Cole
85ba5d9cc9
Bug 827929 - Remove SkipRoot in Object::toSource; r=billm
2013-01-08 10:52:44 -08:00
Ehsan Akhgari
4ac0cf0d93
Bug 827934 - Only build gfxUtils.cpp when needed; r=jrmuizel,ted
2013-01-08 14:09:32 -05:00
Olli Pettay
b63413d754
Bug 827471 - Improve CanSkipWrappedJS, r=mccr8
2013-01-08 19:40:35 +02:00
Olli Pettay
fffe498e99
Bug 771942, normal content policy checks for chrome data documents, r=bz, a=akeybl
2013-01-08 19:16:28 +02:00
Olli Pettay
06af3cb460
Bug 761448, be more strict when to allow docshell loads, r=bz, a=akeybl
2013-01-08 19:12:41 +02:00
Joel Maher
f4ef6a6269
Bug 827699 - Android mochitests and talos don't run on Beta 19 builds. r=blassey NPOTB DONTBUILD
2013-01-08 11:54:34 -05:00
Andrew Halberstadt
7e4a00e660
Bug 821012 - Add busybox args to b2g reftest and mochitest harnesses, r=jgriffin, DONTBUILD a=NPOTB,test-only
2013-01-08 10:07:57 -05:00
Andrew Halberstadt
76ef591c53
Backout 7744b9769935 for wrong bug number, DONTBUILD a=NPOTB
2013-01-08 10:07:57 -05:00
Ben Turner
4a1f82b8ea
Bug 827274 - 'crash in [@ anonymous namespace::CTypesActivityCallback(JSContext*, js::CTypesActivityType)], add ctypes closure support to new worker memory reporting mechanism. r=khuey+mrbkap.
2013-01-08 13:57:44 +01:00
Olli Pettay
68bcabec5e
Bug 821991, prevent unexpected results in printing by keeping the setup stuff alive, r=roc, a=dveditz
...
--HG--
extra : rebase_source : 0d6001647eae7db48589a69c3dbd96a4dfb8df3f
2013-01-08 14:03:49 +02:00
Ed Morley
cd5fc504bd
Merge last PGO-green changeset of mozilla-inbound to mozilla-central
2013-01-08 11:32:07 +00:00
Olli Pettay
724caef0ef
Bug 820378 - Try to postpone triggering CC if we're in middle of GC handling, r=mccr8
2013-01-08 13:11:01 +02:00
Ed Morley
4720893d6c
Bug 810644 - Fix merge conflict after separate backouts on multiple trees; r=me
2013-01-08 10:13:30 +00:00
Nicholas Cameron
3ad3f5b421
Bug 824454; use the resolution scale in OMTA transforms. r=cjones; a=blocking-basecamp
...
--HG--
extra : rebase_source : 8f045dd319418b771c5f31ca2f3477ab5673a5ad
2013-01-08 10:39:12 +01:00
Gina Yeh
36814f1bf2
Bug 828118 - Patch 1: Failed to answer a phone call when bluetooth headset quickly send out ATA message, r=qdot
2013-01-09 17:37:08 +08:00
Makoto Kato
93753c154e
Bug 827726 - typo -Wl--wrap=PR_GetEnv,--wrap=PR_SetEnv. r=glandium
2013-01-09 18:17:13 +09:00
Thinker K.F. Li
e40ab6d2f9
Bug 817939 - restart ioctl with EINTR for FMRadio. r=jlebar
2013-01-09 10:13:46 +01:00
Panos Astithas
65104b90c5
Increase the timeout for browser_dbg_scripts-searching-01.js (bug 751141); r=vporof
2013-01-09 10:21:36 +02:00