Граф коммитов

127893 Коммитов

Автор SHA1 Сообщение Дата
sicking%bigfoot.com 4fd7bf2f12 Bug 236612: Kill nsGenericContainerElement.
r/sr=jst
2004-03-05 23:13:50 +00:00
neil%parkwaycc.co.uk b8fd3b9359 Bug 235498 Fix JS strict warning p=gautheri@noos.fr r=me sr=mscott 2004-03-05 22:45:34 +00:00
gerv%gerv.net d1589417e6 Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-03-05 22:28:51 +00:00
tor%cs.brown.edu 322974ca47 Bug 125762 - turn on SSE2 jpeg code (win32). r=sicking, sr=bryner 2004-03-05 22:17:45 +00:00
neil%parkwaycc.co.uk 77fd66e2f5 Bug 235188 -xinitthreads option for X11 p=gisburn r=roc sr=blizzard 2004-03-05 22:16:52 +00:00
neil%parkwaycc.co.uk c8607f217a Bug 213978 Fix strict JS warning p=gautheri@noos.fr r=rginda sr=dveditz 2004-03-05 22:13:34 +00:00
tor%cs.brown.edu 40a06c086f Bug 137478 - try not to confuse the compiler with inline asm.
r=sicking, sr=bryner
2004-03-05 21:59:21 +00:00
pinkerton%aol.net 757c554954 force selects to ltr so they display correctly, as mac widgets aren't set up
to draw rtl like gecko expects. (bug 154632, r=bryner). not part of build.
2004-03-05 21:14:59 +00:00
scott%scott-macgregor.org 1064cff61b Bug #134238 --> Changing the port for POP with SSL server to 110 has no effect
Contributed patch.

r=ch.ey
sr=mscot
2004-03-05 20:25:46 +00:00
scott%scott-macgregor.org db08dd649b Bug #134238 --> Changing the port for POP with SSL server to 110 has no effect
Contributed patch.

r=ch.ey
sr=mscott
2004-03-05 20:24:57 +00:00
ben%bengoodger.com 08e0a61a69 return a value! 2004-03-05 19:55:50 +00:00
bryner%brianryner.com 6608686ef9 fix missing newline warnings 2004-03-05 19:47:34 +00:00
bryner%brianryner.com e95432a839 fix uninitialized variable 2004-03-05 19:47:17 +00:00
bryner%brianryner.com 94e97e29a9 fix missing return 2004-03-05 19:46:05 +00:00
bryner%brianryner.com 74ff428360 fix unused variable warning 2004-03-05 19:42:45 +00:00
bryner%brianryner.com 114c75f14d fixing warning about missing newline 2004-03-05 19:42:05 +00:00
bryner%brianryner.com f4e1feb7ae remove extra semicolon 2004-03-05 19:41:49 +00:00
igor%mir2.org e47574df7e Updated file with license info from Eugene Aresteanu :
> Hi,
>
> Does it look right now?
>
> Regards,
> Eugene
>
> -----Original Message-----
> From: Igor Bukanov [mailto:igor@fastmail.fm]
> Sent: Friday, March 05, 2004 10:07 AM
> To: eugene aresteanu
> Subject: Re: Rhino and license for Messages_fr.properties
>
>
> eugene aresteanu wrote:
>
>>Hello,
>>
>>Here it is.  I hope it is right.
>>Why do you say the default Messages.properties lacks notices?
>>I used the header of Messages.properties as a template.
>
>
> Sorry for not been clear, but what I wanted to say is that did not have
> triple MPL/GPL/LGPL but rather the old NPL/GPL pair. Could you update
> the file one more time using
> http://www.mozilla.org/MPL/boilerplate-1.1/mpl-tri-license-sh as template?
>
> Regards, Igor
2004-03-05 19:17:43 +00:00
darin%meer.net e1a68dd7f0 patch for bug 234908 "getter_Copies scoping problem" r+sr=bienvenu 2004-03-05 18:54:14 +00:00
blizzard%redhat.com 3b48198123 Bug #207036. Black line above the flash plugin shouldn't be there. Make sure
to set the border width to zero in Xt.  Patch from Klaus Stengel.  r=blizzard,sr=dbaron
2004-03-05 18:46:24 +00:00
bienvenu%nventure.com 1ac1f129b8 fix build bustage on Linux balsa dep, gcc 3.4 2004-03-05 17:02:39 +00:00
neil%parkwaycc.co.uk 5ea7c0ad16 Bug 236545 Make scrollbar thumb proportions use pageincrement and maxpos instead of slider size and maxpos, so that standalone scrollbars can use arbitrary page increments r/sr=roc 2004-03-05 16:29:23 +00:00
neil%parkwaycc.co.uk bf416b583f Supplementary patch to bug 232452 to move the unsent message check to a function called after the window has fully opened r/sr=bienvenu 2004-03-05 16:15:37 +00:00
bienvenu%nventure.com 11d49c95c8 add imap idle support 141369 sr=mscott 2004-03-05 15:59:45 +00:00
edburns%acm.org 01982f4835 This checkin refactors who owns the nativeWebShell pointer. It used to
be WindowControl, and now it's BrowserControl.  I'm hoping this allows
  us to operate Webclient in a "headless" fashion.  For example, you can
  imagine a web-crawler app that leverages DOM.

A test/automated/src/test/NavigationTest.txt

- fodder for testcase

M build-tests.xml

- reformat

- add NavigationTest (fails)

M classes_spec/org/mozilla/webclient/ImplObject.java

- Refactoring: remove public ivars.  Make them private, provide
  accessor.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/ImplObjectNative.java

- Refactoring: remove public ivars.  Make them private, provide
  accessor.

- Remove dependence on WindowControl

- leverage new method on WrapperFactory: getNativeBrowserControl().

M classes_spec/org/mozilla/webclient/impl/BrowserControlImpl.java

- Make BrowserControlImpl the owner of the nativeWebShell pointer.  I'd
  like to see if it's possible for webclient to operate "headless" for
  certain applications, therefore, you may not have a WindowControl
  instance, which used to own the nativeWebShell pointer.

M classes_spec/org/mozilla/webclient/impl/WrapperFactory.java

- reformatting

- Software Practice: avoid downcasting to implementation class.  Since BrowserControlImpl is the owner of the nativeWebShell, but there
  is no mention of that in the public API, we modify the WrapperFactory
  contract to maintain a data structure of BrowserControl to
  nativeWebShell mappings.

- add native{Create,Destroy}BrowserControl(), which is called from
  ImplObjectNative.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/BookmarksImpl.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/CurrentPageImpl.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/HistoryImpl.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/NavigationImpl.java

- refactoring for removing public ivars.

M classes_spec/org/mozilla/webclient/impl/wrapper_native/WindowControlImpl.java

- refactoring for removing public ivars.

- comment out nativeCreateInitContext temporarily

M classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java

- implement new methods:

- add native{Create,Destroy}BrowserControl(), which is called from
  ImplObjectNative.

M classes_spec/org/mozilla/webclient/wrapper_nonnative/WrapperFactoryImpl.java

- remove vertigo test

M src_moz/ProfileManagerImpl.cpp

- shutdown the current profile

M src_moz/WrapperFactoryImpl.cpp

- Spinup and Spindown the Appshell

A test/automated/src/classes/org/mozilla/webclient/NavigationTest.java

- new test

M test/automated/src/test/BrowserControlFactoryTest_correct

- new test content
2004-03-05 15:34:25 +00:00
bienvenu%nventure.com 3d299efb97 add imap idle support 141369 sr=mscott 2004-03-05 15:31:13 +00:00
neil%parkwaycc.co.uk c7d93abf4f Commenting on what the previous patch actually does, same reviewers 2004-03-05 15:15:38 +00:00
neil%parkwaycc.co.uk c5f49c2780 Bug 232619 Paste/New should append to open folder r=varga sr=alecf 2004-03-05 12:41:08 +00:00
neil%parkwaycc.co.uk bea3a930c9 Bug 218447 keyword query ignored for queries beginning www or http or ending in / p=mook_moz@yahoo.com r=pch 2004-03-05 10:53:16 +00:00
ben%bengoodger.com 0506027433 Fix tbox orange 2004-03-05 08:40:57 +00:00
chanial%noos.fr 2cf88c0cec Bug 236484: check for the attributes "focused" and "_moz-menuactive" in WidgetStateChanged. r+sr=bz 2004-03-05 06:32:18 +00:00
bsmedberg%covad.net 84a99eaf6c Bug 234353 - Remove old #define XI_ERR_BAIL_EXCEPT (unused) patch by ajschult@mindspring.com rs=dveditz 2004-03-05 05:43:13 +00:00
jgmyers%speakeasy.net f97b41e5d1 make two strings localizable bug 178881 r=ssaux sr=blizzard 2004-03-05 05:42:45 +00:00
jgmyers%speakeasy.net 06f934a820 backout prev checkin 2004-03-05 05:41:45 +00:00
jgmyers%speakeasy.net ee18808ccb make two strings localizable bug 178881 r=ssaux sr=blizzard 2004-03-05 05:38:58 +00:00
bsmedberg%covad.net 896ecff40f Bug 235866 - add xulelement.builder.refresh and dynamically respond to changes in the datsources="" attribute. r+sr=bryner 2004-03-05 04:32:55 +00:00
chanial%noos.fr 01fd08beaa force the style system to take into account changes of the "_moz-menuactive" attribute. 2004-03-05 03:28:57 +00:00
bryner%brianryner.com 13874f69d7 fixing firefox bustage 2004-03-05 02:27:07 +00:00
scott%scott-macgregor.org 3cb5cbbab2 Bug #235367 --> unsanitize spam should refresh and load images 2004-03-05 01:55:33 +00:00
wchang0222%aol.com 072af5c010 Bugzilla bug 186547: fixed compiler warnings. r=wtc. 2004-03-05 01:49:34 +00:00
mconnor%myrealbox.com 6af5b221e5 previous checkin should have read bug 230624 - better dialog version, r=neil, sr=jst 2004-03-05 01:45:15 +00:00
bzbarsky%mit.edu 595fdbcc4a MousMove events should not be cancelable. Bug 76929, r+sr=bryner 2004-03-05 01:34:34 +00:00
mconnor%myrealbox.com 46d5f57117 *** empty log message *** 2004-03-05 01:31:43 +00:00
ben%bengoodger.com 9f4b7fdd32 (215094) Move migration-started observer notification to the correct place to fix automigration 2004-03-05 00:46:54 +00:00
ben%bengoodger.com e5b0c3df70 (215094) - here comes profile automigration. Also, change name of Phoenix profile folder to "Firefox". Ensure migration UI is opened modally from automigration system to prevent additional profiles being created by profile startup. 2004-03-05 00:42:05 +00:00
brendan%mozilla.org 256b89dcd4 Updates proposed by Gerv edited by me. 2004-03-05 00:00:07 +00:00
neil%parkwaycc.co.uk 4e628233ac Bug 230778 Convert pref window from nsIPref to nsIPrefBranch r=caillon sr=jag 2004-03-04 23:58:01 +00:00
neil%parkwaycc.co.uk 8a2fa7ea41 Bug 236208 lastPageVisited isn't idn-safe r=alecf sr=bryner 2004-03-04 23:34:46 +00:00
gerv%gerv.net fe49a65a7f Bug 236296 - fix Build Identifier on guided entry form. Patch by gerv; r,a=justdave. 2004-03-04 23:22:01 +00:00
rbs%maths.uq.edu.au 4bcd65e8fa fix a non initialized variable that was causing some MathML pages to hang, b=236326,122554, r+sr=roc 2004-03-04 23:07:45 +00:00