Oleg Romashin
54132854c7
Bug 693422 - Unify QApplication creation. r=tatiana
...
--HG--
rename : widget/src/qt/mozqwidget.h => widget/src/qt/moziqwidget.h
extra : rebase_source : b9dc6d5d2c2826aad68a145413886f518ab388fa
2011-10-17 17:53:37 -07:00
Oleg Romashin
da61ec4e86
Bug 693422 - Make possible for Qt FF create main QGraphicsView outside of XPCOM (ala faststart static UI feature). r=tatiana
...
--HG--
rename : widget/src/qt/mozqwidget.h => widget/src/qt/moziqwidget.h
extra : rebase_source : 82d80684824878e19014f25817ba6215c69ed719
2011-10-17 17:52:56 -07:00
Timothy Nikkel
3b73722e00
Bug 694213. Make various display items return bounds in the correct coordinate space. r=roc
2011-10-17 19:56:03 -05:00
Brian Smith
8256720165
merged m-i
2011-10-17 17:25:50 -07:00
Brian Smith
8e7e0f5426
Bug 686150: Do not verify client certificates when they are being used for SSL client auth, r=honzab.moz
2011-10-17 17:04:09 -07:00
Benoit Girard
9a0160ef6d
Bug 688844 - [backout] Stop using PBuffers for plugins on OS X. r=jrmuizel
...
--HG--
extra : rebase_source : 719cbbf88944246015ebd7ff9103f74ea2bcfa51
2011-10-17 19:34:01 -04:00
Ehsan Akhgari
36e98e287e
Bug 364914 - Part 2: Disable some of the spellcheck reftests on Android because spellchecking is disabled there
...
Landing on a CLOSED TREE
2011-10-17 12:23:58 -04:00
Ehsan Akhgari
92064e6d3f
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
...
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Ehsan Akhgari
f9c553b06f
Merge mozilla-central and mozilla-inbound to prepare for landing of bug 690892
...
Landing on a CLOSED TREE
2011-10-17 10:49:10 -04:00
Ehsan Akhgari
da99f054e1
Bug 694797 - Cairo fails to build with VC11 because it tries to #define inline, which is a keyword in C++; r=jrmuizel
2011-10-17 10:42:45 -04:00
Todd Whiteman
7ea5d51d87
Bug 692523: Add imports of os/sys modules to typelib.py. r=khuey
2011-10-17 09:29:02 -04:00
Benoit Girard
d519615a52
Bug 692759 - Fix Non-InvalidatingCoreAnimation refresh timer for async layers plugins. r=smichaud
...
--HG--
extra : rebase_source : 3017218abbe7897aa34b7a868cc63e49550246ce
2011-10-14 14:00:44 -04:00
David Bolter
096eaa1a47
Bug 680085 - Don't traverse dirty text frames when computing rendered text. r=roc
...
We now bail in GetRenderedText when we encounter dirty text frames. This shouldm be okay since dirty text frames should be reflowed at some point and we'll refresh our accessible text cache.
2011-10-17 10:30:33 -04:00
Quentin Headen
e85f53bf15
Bug 364914 - Do not spell check the contents of a textarea until it's focused for the first time; r=ehsan
2011-10-16 22:06:24 -04:00
Alexander Surkov
e4053e0029
Bug 692819 - Assertion 'Shutdown the shutdown accessible' when collapse XUL tree, r=tbsaunde
2011-10-17 22:49:34 +09:00
Michael Ratcliffe
962e2bb0fe
Bug 685902 - Improve csshtmltree speeds by adding a has[Un]matchedSelectors() method. r=msucan
2011-10-13 11:28:52 +02:00
Joe Walker
4db0dfb0b8
Bug 694313 - GCLI css file is registered in winstripe but not in other themes; r=rcampbell
2011-10-18 09:23:14 -04:00
Tim Taubert
1c7da48205
merge the last green changeset on m-c to fx-team
2011-10-18 12:44:04 +02:00
Raymond Lee
ccc4afeefc
Bug 682996 - Remove Panorama group name from titlebar r=tim
2011-10-17 15:01:38 +08:00
Ehsan Akhgari
54751fa6b5
Merge mozilla-central and mozilla-inbound
2011-10-16 13:28:35 -04:00
Tim Taubert
47ae9182c3
merge the last green changeset on m-c to fx-team
2011-10-16 10:52:30 +02:00
Alexander Surkov
cb91797c4e
Bug 546068 - Position is not being updated when atk_text_set_caret_offset is used, r=marcoz, enndeakin
2011-10-16 12:38:19 +09:00
Ed Morley
acef499a8d
Merge last green changeset of mozilla-inbound to mozilla-central
2011-10-15 12:19:29 +01:00
ffxbld
b30e4c67c5
Automated blocklist update from host mv-moz2-linux-ix-slave10
2011-10-15 02:32:01 -07:00
Yazen Ghannam
3ab154a129
Bug 677085 - Merge "nsIDOMNSHTMLFrameElement" into "nsIDOMHTMLFrameElement"; r=bz
2011-10-15 09:34:31 +02:00
Ms2ger
ca6f7807e0
Bug 540433 - Remove nsIDocumentViewer; r=smaug
2011-10-15 09:33:26 +02:00
Ms2ger
7912a69391
Bug 693162 - Remove Document.xmlVersion; r=sicking
2011-10-15 09:30:07 +02:00
Ms2ger
951cba0256
Bug 687422 - Remove Text.isElementContentWhitespace; r=sicking
2011-10-15 09:29:16 +02:00
Ms2ger
25d2251ba7
Bug 693154 - Remove Document.xmlStandalone; r=sicking
2011-10-15 09:28:44 +02:00
Ms2ger
c4eed5bf6c
Bug 693160 - Cleanup nsWindowRoot::GetControllerForCommand a bit; r=bz
2011-10-15 09:27:57 +02:00
Ms2ger
129f5ea5a2
Bug 675287 - Make Document.documentURI readonly; r=sicking
2011-10-15 09:27:47 +02:00
Ms2ger
f6e497f9b5
Bug 328908 - Remove null-check for nsHTMLSelectElement::mOptions now 'new' is infallible; r=volkmar+sicking
2011-10-15 09:26:41 +02:00
Jeff Walden
b632193bc0
Bug 694709 - Remove $DXSDK_DIR/include from LOCAL_INCLUDES two places in ANGLE code. It's redundant with a sibling $MOZ_DIRECTX_SDK_PATH/include, at best, and at worst if the two conflict (as happens if the more-recently-installed DirectX SDK is not the most recent SDK), building breaks in the middle of ANGLE. r=bjacob
...
--HG--
extra : rebase_source : 909fa5cd8c1042fab7d2e95693541784d83bd23d
2011-10-14 16:28:14 -07:00
Frank Yan
915ca02612
Bug 690648 - Clarify popup-only move/resize window preference label.
2011-10-14 14:43:25 -07:00
Ed Morley
fd1a87f6b3
Bug 575283 - Remove redundant/invalid options from the now in-tree mozconfigs; r=catlee,ted
...
Removes options that are now set by default (eg enable symbols, app=browser) and
those that have since been removed from configure (eg --disable-javaxpcom). Also
removes |--enable-jemalloc| if |--enable-trace-malloc| present, since the latter
force disables jemalloc regardless.
Note: This changeset is effectively no-op. No behaviour change is intended.
2011-10-14 22:25:01 +01:00
Ed Morley
d09bf13486
Backout changeset 5bdc787cf16f (bug 432391) for xpcshell crashes; a=bz
2011-10-14 22:34:24 +01:00
Matt Woodrow
434481b476
Bug 693521 - Improve preserve-3d sorting behaviour by using line intersection points. r=roc
2011-10-15 09:45:01 +13:00
Matt Woodrow
221b9701f4
Bug 691864 - Add more preserve-3d tests to check that parent size and offset is correctly applied. r=roc
2011-10-15 09:44:19 +13:00
Matt Woodrow
50a7b8cca1
Bug 691864 - Recompute preserve-3d children overflow areas after all needed sizes are available. r=roc
2011-10-15 09:43:38 +13:00
Boris Zbarsky
5015b3f460
Bug 432391. Hook up imgRequestProxy clones to the imgCacheValidator for the imgRequest as needed. r=joe
2011-10-14 16:15:56 -04:00
Jeff Walden
71107fe71b
Fix Windows warnings-as-errors build by using |struct Token|, not |class Token|. r=windows-sm-red, obvious fix so DONTBUILD
2011-10-14 13:07:23 -07:00
Bobby Holley
75e3aa757e
Merge mozilla-central to mozilla-inbound
2011-10-14 12:12:53 -07:00
Bobby Holley
3c2272335d
Bug 688012 - Re-case dependency on dom_quickstubs.h to fix build-time race condition / bustage. r=lumpy
2011-10-14 12:10:50 -07:00
Justin Lebar
c7fcd225c6
Bug 693976 - Don't parse /proc/self/maps once for every entry in /proc/self/smaps. r=khuey
2011-10-14 15:05:52 -04:00
Yati Sagade
4426ead531
Bug 550969 - Fix white_point_from_temp to handle out of range input. r=jmuizelaar
2011-10-14 14:58:34 -04:00
Olli Pettay
6da01ef18b
Bug 694033 - Add Telemetry probes for windows which have had mutation event listeners, r=taras
...
--HG--
extra : rebase_source : 418c83dd2aad924a3e718f2b084f211e2bd3f31e
2011-10-14 20:40:12 +03:00
Bobby Holley
28685158e8
Bug 688012 - Manual fixup of overzealous brace hoisting. r=mrbkap
2011-10-14 10:52:49 -07:00
Bobby Holley
15105e6aa0
Bug 688012 - Manual fixup of multi-line c++ cast alignment. r=mrbkap
2011-10-14 10:52:49 -07:00
Bobby Holley
29a01876ca
Bug 688012 - Hoist 'else' clauses to the line of the previous close-curly-brace. r=mrbkap
...
xpcfix -epc `find | grep -P "cpp$|h$" | perl -pe 's/\n/ /'`
This is a conservative pass, which doesn't catch absolutely all cases. But it should be good enough.
2011-10-14 10:52:48 -07:00
Bobby Holley
57d7a7ba1f
Bug 688012 - Move the open-brace for if, else, for, while, and switch to the same line as the keyword or condition. r=mrbkap
...
xpcfix -bpc `find | grep -P "cpp$|h$" | perl -pe 's/\n/ /'`
This is a huge, repetitive patch, and I confess having only skimmed a lot of it. I'm reasonably confident in the tool here though.
Updated to fix 'else' as well.
2011-10-14 10:52:48 -07:00