[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [Git][tpo/applications/tor-browser][tor-browser-115.2.0esr-13.0-1] fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in...



Title: GitLab

richard pushed to branch tor-browser-115.2.0esr-13.0-1 at The Tor Project / Applications / Tor Browser

Commits:

  • 73d562ff
    by Henry Wilkes at 2023-08-24T19:55:48+00:00
    fixup! Bug 31286: Implementation of bridge, proxy, and firewall settings in about:preferences#connection
    
    Bug 41812: Stop using -moz-box-flex
    
    Fixes:
    Bug 41904: Connection settings now inputs at full width.
    Bug 41821: Tor logs now expand with dialog.
    

2 changed files:

Changes:

  • browser/components/torpreferences/content/requestBridgeDialog.xhtml
    ... ... @@ -19,7 +19,6 @@
    19 19
           <html:input
    
    20 20
             id="torPreferences-requestBridge-captchaTextbox"
    
    21 21
             type="text"
    
    22
    -        style="-moz-box-flex: 1"
    
    23 22
           />
    
    24 23
           <button
    
    25 24
             id="torPreferences-requestBridge-refreshCaptchaButton"
    

  • browser/components/torpreferences/content/torPreferences.css
    ... ... @@ -378,6 +378,10 @@ button#torPreferences-requestBridge-refreshCaptchaButton {
    378 378
       fill: currentColor;
    
    379 379
     }
    
    380 380
     
    
    381
    +#torPreferences-requestBridge-captchaTextbox {
    
    382
    +  flex: 1 0 auto;
    
    383
    +}
    
    384
    +
    
    381 385
     dialog#torPreferences-requestBridge-dialog > hbox {
    
    382 386
       margin-bottom: 1em;
    
    383 387
     }
    
    ... ... @@ -519,7 +523,7 @@ groupbox#torPreferences-bridges-group textarea {
    519 523
     #torPreferences-localProxy-textboxUsername,
    
    520 524
     #torPreferences-localProxy-textboxPassword,
    
    521 525
     #torPreferences-connection-textboxAllowedPorts {
    
    522
    -  -moz-box-flex: 1;
    
    526
    +  flex: 1 0 auto;
    
    523 527
     }
    
    524 528
     
    
    525 529
     #torPreferences-connection-firewall {
    
    ... ... @@ -532,7 +536,7 @@ groupbox#torPreferences-bridges-group textarea {
    532 536
     
    
    533 537
     /* Tor logs dialog */
    
    534 538
     textarea#torPreferences-torDialog-textarea {
    
    535
    -  -moz-box-flex: 1;
    
    539
    +  flex: 1 0 auto;
    
    536 540
       font-family: monospace;
    
    537 541
       font-size: 0.8em;
    
    538 542
       white-space: pre;
    

  • _______________________________________________
    tor-commits mailing list
    tor-commits@xxxxxxxxxxxxxxxxxxxx
    https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits