Peter Van der Beken
42c9f22f81
Fix for bug 740064 (Refactor XrayWrapper). r=bholley.
...
--HG--
extra : rebase_source : 60559d74b10761a794d83a0a63dc60a92b2d48eb
2012-03-27 16:31:37 -07:00
Joe Drew
500b32e0e5
Bug 737949 - Don't initialize EGL from Fennec java code, and remove GLThread altogether. r=pcwalton,jrmuizel
2012-03-30 10:50:54 -07:00
George Wright
e270db628e
Bug 740963 - [Skia] Handle non-multiple-of-two dash lengths in HelpersSkia::StrokeOptionsToPaint(). r=jrmuizel
2012-03-30 17:36:34 -04:00
Gregor Wagner
e080cb6646
Bug 740968 - Cleanup SettingsManager.js. r=fabrice
2012-03-30 14:26:59 -07:00
Daniel Holbert
53c376e052
Bug 740515: In nsIView::List fprintf call, wrap pointer in 'static_cast<void*>' to fix build warning. r=smaug
2012-03-30 13:36:43 -07:00
Daniel Holbert
8081439810
Bug 740945: Remove dead code nsSVGLeafFrame.cpp. r=longsonr
2012-03-30 13:36:40 -07:00
Wes Johnston
f7d3b8d0b7
Bug 740291 - Add a missing brace in the makefile. r=blassey
2012-03-30 13:00:45 -07:00
George Wright
ff95768a81
Bug 740570 - Add conversion functions between SurfaceFormats and ImageFormats. r=bas
2012-03-30 15:48:03 -04:00
Ali Juma
34cf50ec43
Bug 737437 - Post a task to handle compositor destruction. r=bgirard
2012-03-30 15:43:11 -04:00
Philipp von Weitershausen
96c73034b8
Bug 738063 - B2G Wifi: Consolidate ctypes-related worker code. r=mrbkap,cjones
...
--HG--
rename : dom/wifi/network_worker.js => dom/wifi/wifi_worker.js
2012-03-30 12:04:30 -07:00
Peter Van der Beken
db99384a53
Fix for bug 740855 (Make tests that try to get XHR.channel use SpecialPowers). r=bz, bent.
...
--HG--
extra : rebase_source : 1278ff2158cd8138ebe3570a2d8f45cec8233d1c
2012-03-30 09:38:19 -07:00
Andrew McCreight
b2648dcd9f
Bug 708825 - set mIdentity to null if compartment enter fails. r=bholley
2012-03-09 18:41:13 -08:00
John Daggett
8c826c0c0b
Bug 739706. Fix gfxFont.cpp compiler warning. r=jfkthame
2012-03-30 10:50:14 -07:00
Ehsan Akhgari
7c68b9fbe7
Bug 740857 - Remove dead code from nsFrame::BoxReflow; r=dbaron
2012-03-30 10:27:51 -07:00
Andrew McCreight
0be293da76
Bug 740185 - mark safe JS context black. r=smaug
2012-03-30 10:22:29 -07:00
Peter Van der Beken
79d8fa521f
Backout cfd6bf0fe1e9 as it includes an unwanted chunk
...
--HG--
extra : rebase_source : 9143a7752d7327a1c7693f9ad34ab02a25339aa6
2012-03-30 09:53:50 -07:00
Josh Aas
ce96a3e646
Bug 740217: Simplify plugin instance object creation. r=bsmedberg
2012-03-30 12:52:43 -04:00
Peter Van der Beken
d2da6eaadf
Fix for bug 740855 (Make tests that try to get XHR.channel use SpecialPowers). r=bz.
...
--HG--
extra : rebase_source : a80dc66eff61a2d669dbbaaa1d081106798fd9dc
2012-03-30 09:38:19 -07:00
Lucas Rocha
4c5c49e006
Bug 739066 - Don't include delete bookmarks/history in Combined view (r=margaret)
2012-03-30 17:31:31 +01:00
Lucas Rocha
574a67d975
Bug 735636 - Factor out checked state update into separate method (r=wesj)
2012-03-30 17:31:31 +01:00
Lucas Rocha
c08adb51c4
Bug 735636 - Factor out icon update into separate method (r=wesj)
2012-03-30 17:31:31 +01:00
Lucas Rocha
6f17b2ad94
Bug 735636 - Correctly use recycled view and apply ViewHolder pattern (r=wesj)
2012-03-30 17:31:31 +01:00
George Wright
ed12e4a0d4
Bug 740372 - Handle MOZ_GFX_OPTIMIZE_MOBILE in gfxASurface and gfx2DGlue format conversion functions. r=jrmuizel
2012-03-30 11:56:08 -04:00
Hiroyuki Ikezoe
768221ea05
Bug 739497 - Fix the comment of filter method for xpcshell.ini. r=jmaher
2012-03-30 11:42:15 -04:00
Lucas Rocha
f9a2acb658
Bug 730273 - Cleanup recommended-addons.json to only contain necessary properties (r=mfinkle)
2012-03-30 16:33:03 +01:00
Kartikaya Gupta
75e73b1e36
Bug 740569 - Make the display port strategy preffable. r=Cwiiis
2012-03-30 09:57:39 -04:00
Kartikaya Gupta
c57c560898
Bug 737553 - Refactor much of the code in DisplayPortCalculator and tune some of the behaviour. r=Cwiiis
...
Commonly reused pieces of code are pulled out into reusable functions in DisplayPortCalculator.
Reusing these functions makes the individual strategies' code much clearer and the similarities
between them more apparent. One actual bug was fixed, where the display port resolution was
incorrectly calculated in the DynamicResolutionStrategy. Prior to this change, it did not apply
the reshaping algorithm to the pre-velocity display port size, resulting in a different resolution
in some cases which would leave the content blurry. Additionally, the FixedMarginStrategy was
modified so that its margins are a multiple of the view size rather than constant pixel values.
2012-03-30 09:47:22 -04:00
Kartikaya Gupta
068ccaf6ce
Bug 737553 - Fix null handling in DisplayPortCalculator. r=Cwiiis
2012-03-30 09:46:27 -04:00
Ali Juma
0a48c74886
Bug 694964 - Don't generate a Thebes Paint edit in an incomplete transaction. r=bgirard
2012-03-30 09:25:20 -04:00
Jacek Caban
169dec7116
Bug 739919 - browser/components/build fails to link on mingw r=jimm
2012-03-30 13:33:06 +02:00
Jacek Caban
6c1ff32885
Bug 740324 - cubeb_winmm.c fails to compile on GCC r=jimm
2012-03-30 13:26:32 +02:00
Marco Bonardo
31496b4a78
Merge central to inbound
2012-03-30 12:27:55 +02:00
Nick Hurley
5774cb1a09
bug 712914 - add some sanity checking when (de)serializing security info in the disk cache. r=michal
2012-03-30 11:21:01 +02:00
Max Li
cbc43db240
Bug 725432 - HTML buttons with aria-pressed not exposing IA2 TOGGLE_BUTTON role, r=tbsaunde, f=surkov
2012-03-29 20:04:06 -04:00
Josh Matthews
50686229de
Bug 722853 - Derive private browsing status from docshell when assigning element states. r=dbaron
2012-03-30 02:16:22 -04:00
Mark Finkle
2b7676bb73
Bug 697309 - Add support for the Open Web Apps API - part 2 : about:apps r=mbrubeck r=fabrice
2012-03-30 00:50:48 -04:00
Mark Finkle
785ec62b79
Bug 697309 - Add support for the Open Web Apps API - part 1 : UI glue r=fabrice r=mbrubeck
2012-03-30 00:50:45 -04:00
Masayuki Nakano
6023cf2d0d
Bug 735648 Append command char and shifted commanded char when command key is pressed on Dvorak-QWERTY r=smichaud+karlt
2012-03-30 12:37:40 +09:00
Dave Townsend
bbc80199ee
Bug 738485: Remove antiquated extensions.rdf and installed-extensions.txt files. r=robstrong
2012-03-29 16:59:50 -07:00
Cameron McCormack
1c9f23f9bf
Bug 740271 - Allocate partial ligature advance rounding error to the last part. r=roc
2012-03-30 13:34:50 +11:00
Terrence Cole
b1a071267e
Backout 00f2e1e9adc2 after mq malfunction.
2012-03-29 17:52:45 -07:00
Ms2ger
818ebb672e
No bug - Remove an always-true check.
2012-03-29 23:12:55 +02:00
Ms2ger
09fa74771d
Bug 738761 - Remove nsIScriptTimeoutHandler::GetScriptVersion and pass JSVersion to nsIScriptContext::EvaluateString; r=jst
2012-03-29 23:09:13 +02:00
Ms2ger
6f4de79d23
Bug 738996 - Remove agnostic Hold/DropScriptObject nsContentUtils functions; r=mrbkap
2012-03-29 23:09:11 +02:00
Ms2ger
8abebec458
Bug 738647 - DOMStorageImpl::GetKey shouldn't throw; r=honzab
2012-03-29 23:09:09 +02:00
Ms2ger
968425f97e
Bug 738654 - Part b: RemoveChildAt can't fail; r=sicking
2012-03-29 23:09:07 +02:00
Ms2ger
84f17e5f45
Bug 738654 - Part a: doRemoveChildAt can't fail; r=sicking
2012-03-29 23:09:06 +02:00
Ms2ger
9427a8db0d
Bug 738608 - Introduce nsINode::Length(); r=smaug
2012-03-29 23:09:04 +02:00
Ms2ger
da733d180c
Bug 647323 - Part e: Import Opera's getElementsByClassName tests from the WebApps WG repository; r=jhammel
2012-03-29 23:09:02 +02:00
Ms2ger
f1fb9b4ea4
Bug 647323 - Part d: Import tests Mozilla contributed to the HTML WG test suite; r=jhammel
2012-03-29 23:09:00 +02:00